Commit graph

5 commits

Author SHA1 Message Date
7ca97aac73 Multiple changes.
- Clean up various nim compiler warnings.
    ... except ObservableStores. https://forum.nim-lang.org/t/6442#39738

  - Update documentation for Netdata v1.23's "exporting" module.

  - TCP connections to netdata where dropped by default.  Expose this
    behavior as a toggle, and change the default to leave the child
	process (and the tcp socket) open.

  - Bump to v0.3.0.
2020-07-25 15:05:26 -07:00
b8d036a5da Multiple changes:
- Make the 'release' build the default.
  - Add a configurable socket timeout parameter.
  - Make the table name configurable.
  - Add usage docs to the README.
2018-02-19 18:22:25 -08:00
61241defa1 Properly reap child processes. 2018-02-18 22:18:44 -08:00
0dc6545498 Multiple changes.
- Colorize output by default, add option to disable.
 - Time parsing per incoming client.
 - Add a "quiet" mode.
 - Allow binding to a specific IP address.
 - Allow debug mode to be set without recompiling.
 - Alter thread wrapper for reporting and config passing.
 - Fix file descriptor leak with client connections.
 - Wait for current threads to finish before exiting.
2018-02-14 15:41:11 -08:00
e305686d6d Initial commit. 2018-02-12 12:26:16 -08:00