Giter Club home page Giter Club logo

Comments (9)

GitTurboy avatar GitTurboy commented on August 30, 2024

The host is windows 10

from telegraf.

powersj avatar powersj commented on August 30, 2024

Hi,

Please enable debug_connection = true in your s7comm config and provide the complete logs. I would like to see the full set of attempts made and the final shutdown, not just the first debug connection message.

In general, telegraf will fail to start up if it fails to connect to a device. This is the expected behavior as it makes it very clear that something is wrong to the user. It could be a bad password, connection, etc. We have added some connection error retry logic to some plugins and could possibly add this here, but I would like to see a complete set of logs first.

Thanks

from telegraf.

GitTurboy avatar GitTurboy commented on August 30, 2024

Hi,

Please enable debug_connection = true in your s7comm config and provide the complete logs. I would like to see the full set of attempts made and the final shutdown, not just the first debug connection message.

In general, telegraf will fail to start up if it fails to connect to a device. This is the expected behavior as it makes it very clear that something is wrong to the user. It could be a bad password, connection, etc. We have added some connection error retry logic to some plugins and could possibly add this here, but I would like to see a complete set of logs first.

Thanks

you are welcome!
after setting debug_connection = true I got the logs below:

2024-07-10T00:42:09Z I! Starting Telegraf 1.31.1 brought to you by InfluxData the makers of InfluxDB
2024-07-10T00:42:09Z I! Available plugins: 234 inputs, 9 aggregators, 32 processors, 26 parsers, 60 outputs, 5 secret-stores
2024-07-10T00:42:09Z I! Loaded inputs: s7comm
2024-07-10T00:42:09Z I! Loaded aggregators:
2024-07-10T00:42:09Z I! Loaded processors:
2024-07-10T00:42:09Z I! Loaded secretstores:
2024-07-10T00:42:09Z I! Loaded outputs: influxdb_v2
2024-07-10T00:42:09Z I! Tags enabled:
2024-07-10T00:42:09Z I! [agent] Config: Interval:5s, Quiet:false, Hostname:"", Flush Interval:2s
2024-07-10T00:42:09Z D! [agent] Initializing plugins
2024-07-10T00:42:09Z D! [agent] Connecting outputs
2024-07-10T00:42:09Z D! [agent] Attempting connection to [outputs.influxdb_v2]
2024-07-10T00:42:09Z D! [agent] Successfully connected to outputs.influxdb_v2
2024-07-10T00:42:09Z D! [agent] Starting service inputs
2024-07-10T00:42:09Z D! [inputs.s7comm] Connecting to "10.100.35.1:102"...

Looks like the program crashed at line 156 and not logging more information

from telegraf.

GitTurboy avatar GitTurboy commented on August 30, 2024

connection error retry logic to some plugins

I think connection error retry logic for this plugins is very useful given our plant network situation, Thanks

from telegraf.

srebhan avatar srebhan commented on August 30, 2024

@GitTurboy just for my understanding, do you see an error message in the log or does it stop with D! [inputs.s7comm] Connecting to ...? In my tests I always see an error that the connection failed...

from telegraf.

GitTurboy avatar GitTurboy commented on August 30, 2024

@GitTurboy just for my understanding, do you see an error message in the log or does it stop with D! [inputs.s7comm] Connecting to ...? In my tests I always see an error that the connection failed...

if run as a service , the log were just same as what I posted. 【and the service will stoped !】
if run as console. app, the log contains:

2024-07-10T07:42:44Z W! �[31mOutputs are not used in testing mode!�[0m
2024-07-10T07:42:44Z I! Tags enabled:
2024-07-10T07:42:44Z D! [agent] Initializing plugins
2024-07-10T07:42:44Z D! [agent] Starting service inputs
2024-07-10T07:42:44Z D! [inputs.s7comm] Connecting to "10.100.35.1:102"...
2024-07-10T07:42:49Z E! [agent] Starting input inputs.s7comm: connecting to "10.100.35.1:102" failed: dial tcp 10.100.35.1:102: i/o timeout
2024-07-10T07:42:49Z D! [agent] Stopping service inputs
2024-07-10T07:42:49Z D! [agent] Input channel closed
2024-07-10T07:42:49Z D! [agent] Stopped Successfully

from telegraf.

srebhan avatar srebhan commented on August 30, 2024

@GitTurboy please test the binary in PR #15655, available as soon as CI finished the tests, and let me know if this fixes the issue! You should set startup_error_behavior = "retry" for the plugin to make the plugin retrying to connect in every gather cycle without failing.

from telegraf.

GitTurboy avatar GitTurboy commented on August 30, 2024

startup_error_behavior = "retry"

I have tried and All looks well. After observer several days, I will close this problem. Thank you!

from telegraf.

srebhan avatar srebhan commented on August 30, 2024

@GitTurboy please don't close the issue, it will automatically be closed as soon as we do merge the corresponding PR! Anyway, please let me know in here how your tests went, even though the issue might be closed already! In case of any problem feel free to reopen the issue!

from telegraf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.