Skip to content

Instantly share code, notes, and snippets.

View LongboatAline's full-sized avatar

Tatjana LongboatAline

  • Berlin, Germany
View GitHub Profile
@viq
viq / gen-telegraf
Last active August 4, 2019 23:31
Generate telegraf config for multiple nightscout servers
#!/bin/bash
cat << END
[agent]
omit_hostname = true
[[outputs.file]]
files = ["stdout"]
data_format = "influx"