Created
April 4, 2019 16:47
-
-
Save cdsap/492e1f3c312022928f0c077ada1aaede to your computer and use it in GitHub Desktop.
InfluxDbPublisher Conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
talaiot { | |
logger = LogTracker.Mode.INFO | |
publishers { | |
outputPublisher | |
influxDbPublisher { | |
dbName = "tracking" | |
url = "http://localhost:8086" | |
urlMetric = "tracking" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment