1. 30 7月, 2017 1 次提交
  2. 28 7月, 2017 1 次提交
  3. 01 5月, 2017 1 次提交
  4. 02 4月, 2017 2 次提交
  5. 01 4月, 2017 1 次提交
  6. 29 3月, 2017 1 次提交
  7. 26 3月, 2017 1 次提交
  8. 19 3月, 2017 1 次提交
  9. 06 2月, 2017 2 次提交
  10. 10 1月, 2017 1 次提交
  11. 09 1月, 2017 3 次提交
  12. 07 1月, 2017 1 次提交
  13. 29 12月, 2016 1 次提交
  14. 20 12月, 2016 2 次提交
  15. 19 12月, 2016 1 次提交
  16. 23 10月, 2016 2 次提交
  17. 17 10月, 2016 1 次提交
  18. 16 10月, 2016 1 次提交
  19. 15 10月, 2016 2 次提交
  20. 24 9月, 2016 1 次提交
  21. 06 7月, 2016 1 次提交
  22. 28 6月, 2016 1 次提交
  23. 10 6月, 2016 1 次提交
  24. 03 6月, 2016 1 次提交
  25. 30 5月, 2016 1 次提交
  26. 29 5月, 2016 2 次提交
  27. 28 5月, 2016 1 次提交
  28. 28 4月, 2016 1 次提交
  29. 29 3月, 2016 1 次提交
  30. 27 3月, 2016 1 次提交
  31. 25 3月, 2016 2 次提交
    • N
      Update NEWS file with Riemann export · a61ef974
      Nicolargo 提交于
      a61ef974
    • G
      exports: riemann export implemented and documented · 76103698
      Gergő Nagy 提交于
      This patch introduces a new export method for sending metrics to
      __Riemann__ server using _TCP_ protocol. The module can be enabled like
      all the other exports in __Glances__, specifying the `--export-riemann`
      option.
      
      Sending metrics to Riemann requires
      [bernhard](https://github.com/banjiewen/bernhard) that is
      the most popular _Riemann client_ written in python.
      
      In the configuration file you can only specify the `host` and `port`
      that riemann is listening for new connections on. Later new options are
      planned to be added like __SSL__ support and __UDP__.
      
      Documentation and manpages are refreshed according to the modifications
      in the config options and introducing the usage of Riemann export.
      Signed-off-by: NGergő Nagy <grigori.grant@gmail.com>
      76103698