Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example telegraf scraping config #139

Open
jordens opened this issue Apr 24, 2023 · 1 comment
Open

example telegraf scraping config #139

jordens opened this issue Apr 24, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@jordens
Copy link
Member

jordens commented Apr 24, 2023

Posting it here as it affects all stabilizer/stabilizer-fls/booster/thermostat-mqtt/thermostat-eem.

This should be integrated into the docs to give people a head start. Also IMO the common docs that are more miniconf-specific from both booster and stabilizer should both be replaced with and reference to miniconf docs.

/etc/telegraf/telegraf.d/miniconf-telemetry.conf

[[inputs.mqtt_consumer]]
  servers = ["tcp://mqtt:1883"]
  topics = [
    "dt/sinara/dual-iir/+/telemetry",
    "dt/sinara/lockin/+/telemetry",
  ]
  data_format = "json"
@jordens jordens added the documentation Improvements or additions to documentation label Jul 25, 2023
@jordens
Copy link
Member Author

jordens commented Apr 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant