Fix the netdata link to point the the right spot.

... shame!
This commit is contained in:
Mahlon E. Smith 2018-02-18 23:40:34 -08:00
parent 61241defa1
commit 895453f4d3

View file

@ -6,9 +6,9 @@ What's this?
------------ ------------
This program is designed to accept JSON streams from This program is designed to accept JSON streams from
[Netdata](http://netdata.io) clients, and write metrics to a PostgreSQL table - [Netdata](https://my-netdata.io/) clients, and write metrics to a
specifically, [Timescale](http://timescale.com) backed tables (though PostgreSQL table - specifically, [Timescale](http://timescale.com)
that's not technically a requirement.) backed tables (though that's not technically a requirement.)
Installation Installation
@ -56,7 +56,8 @@ SELECT create_hypertable( 'netdata', 'time', chunk_time_interval => 604800000000
### Netdata ### Netdata
You'll likely want to pare down what netdata is sending. Here's an You'll likely want to pare down what netdata is sending. Here's an
example configuration for `netdata.conf`: example configuration for `netdata.conf` -- you will want to season
this to taste.
``` ```
[backend] [backend]