William Sobel

Results 177 comments of William Sobel

tested on windows and can't reproduce ``` 2024-04-16T14:59:41.875382Z (0x00000998) [warning] MAIN->Agent::start->pipeline.deliver: Could not find data item: mqtt://10.211.55.2:1883_observation_update_rate, exiting metrics 2024-04-16T14:59:41.891031Z (0x00000998) [warning] MAIN->Agent::start->pipeline.deliver: Could not find data item: mqtt://10.211.55.2:1883_asset_update_rate, exiting...

Configuration: ``` device { Url = mqtt://10.211.55.2/ MqttPort = 1883 MqttUserName = testuser MqttPassword = testpasswd Topics = "test/ingest/testmachine/#" MqttClientId = Neil } ```

Also, I'm testing with mosquitto. What broker are you working with?

Are you using TLS or websockets?

Is the broker local or remote? Any other info you can send me? Broker config? More logging?

No idea. I'm trying to reproduce and have had no luck. It could be heartbeat or some other param. Do you have the aws mosquitto config? I could try to...

Or could you give me access to the aws broker or a similar instance?

I thought we had addressed this by changing the client id. Neil can you test with a specific client id for each connection?

The agent should keep reporting. It does duplicate removal, that may be why–the value never changes from 0. I can test it out. The rates are not reported by the...