README.md
changeset 10 252cdb26f76b
parent 5 a1276c3d39eb
child 11 475c9942eb15
equal deleted inserted replaced
9:aa9d537f7067 10:252cdb26f76b
     4 
     4 
     5 What's this?
     5 What's this?
     6 ------------
     6 ------------
     7 
     7 
     8 This program is designed to accept JSON streams from
     8 This program is designed to accept JSON streams from
     9 [Netdata](http://netdata.io) clients, and write metrics to a PostgreSQL table -
     9 [Netdata](https://my-netdata.io/) clients, and write metrics to a
    10 specifically, [Timescale](http://timescale.com) backed tables (though
    10 PostgreSQL table - specifically, [Timescale](http://timescale.com)
    11 that's not technically a requirement.)
    11 backed tables (though that's not technically a requirement.)
    12 
    12 
    13 
    13 
    14 Installation
    14 Installation
    15 ------------
    15 ------------
    16 
    16 
    54 
    54 
    55 
    55 
    56 ### Netdata
    56 ### Netdata
    57 
    57 
    58 You'll likely want to pare down what netdata is sending.  Here's an
    58 You'll likely want to pare down what netdata is sending.  Here's an
    59 example configuration for `netdata.conf`:
    59 example configuration for `netdata.conf` -- you will want to season
       
    60 this to taste.
    60 
    61 
    61 ```
    62 ```
    62 [backend]
    63 [backend]
    63     hostname           = your-hostname
    64     hostname           = your-hostname
    64     enabled            = yes
    65     enabled            = yes