diff --git a/README.md b/README.md index 92357bd..9ac96b4 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ the deprecated "backend" instead in the main `netdata.conf` file. ``` [exporting:global] - enabled = yes + enabled = yes + hostname = your-hostname [json:timescale] - hostname = your-hostname enabled = yes data source = average destination = localhost:14866 diff --git a/netdata_tsrelay.nim b/netdata_tsrelay.nim index 7d5dc7c..eb5fde8 100644 --- a/netdata_tsrelay.nim +++ b/netdata_tsrelay.nim @@ -85,7 +85,7 @@ const Alter the maximum time (in ms) an open socket waits for data before processing the sample. Default: 500ms. - -v --verbose: + -v --version: Display version number. """