Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
HTTP fixes. Better readability.
Browse files Browse the repository at this point in the history
Fixed config file when testing SSL/HTTPS when writing data to the
database.

Improved README readability with sub-section.
  • Loading branch information
Robpol86 committed Mar 6, 2017
1 parent c6f204d commit 02369d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ I also use the following services:
* [SparkPost](https://www.sparkpost.com/pricing/) free tier for sending alerts emails.
* [Tor](https://www.torproject.org/) for our external Linux system to get around NAT/Firewalls.

There's more information and instructions available on
[this repo's wiki](https://github.com/Robpol86/influxdb/wiki). I've documented everything I need to get up and running
on my server in case I ever need to replace it from scratch.
## Instructions

[Visit the wiki](https://github.com/Robpol86/influxdb/wiki) for instructions on how to use this repository for your own
metrics/graphing setup at home. I've documented everything I need to get up and running on my server in case I ever need
to replace it from scratch.
2 changes: 1 addition & 1 deletion etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


[[outputs.influxdb]]
urls = ["http://localhost:8086"] # required
urls = ["https://filesrv.rob86.net:8086"] # required
database = "telegraf" # required
retention_policy = ""
write_consistency = "any"
Expand Down

0 comments on commit 02369d4

Please sign in to comment.