Skip to content
Snippets Groups Projects
  1. Jan 06, 2018
  2. Nov 09, 2017
  3. May 17, 2017
  4. Apr 05, 2017
  5. Mar 09, 2017
  6. Jan 24, 2017
  7. Sep 07, 2016
    • Nathan D Acuff's avatar
      Postgresql database blacklist configuration option (#1699) · e7899d4d
      Nathan D Acuff authored
      * separate hello and authenticate functions, force connection close at end of write cycle so we don't hold open idle connections, which has the benefit of mostly removing the chance of getting hopelessly connection lost
      
      * update changelog, though this will need to be updated again to merge into telegraf master
      
      * bump instrumental agent version
      
      * fix test to deal with better better connect/reconnect logic and changed ident & auth handshake
      
      * Update CHANGELOG.md
      
      correct URL from instrumental fork to origin and put the change in the correct part of the file
      
      * go fmt
      
      * Split out Instrumental tests for invalid metric and value.
      
      * Ensure nothing remains on the wire after final test.
      
      * Force valid metric names by replacing invalid parts with underscores.
      
      * Multiple invalid characters being joined into a single udnerscore.
      
      * Adjust comment to what happens.
      
      * undo split hello and auth commands, to reduce roundtrips
      
      * Add ignored_databases option to postgresql configuration files, to enable easy filtering of system databases without needing to whitelist all the databases on the server.  Add tests for database whitelist and blacklist.
      
      * run go fmt on new postgresql database whitelist/blacklist code
      
      * add postgresql database blacklist option to changelog
      
      * remove a bad merge from the changelog
      e7899d4d
  8. Apr 01, 2016
    • Cameron Sparr's avatar
      Cleanup & standardize config file · e436b2d7
      Cameron Sparr authored
      changes:
      
      - -sample-config will now comment out all but a few default plugins.
      - config file parse errors will output path to bad conf file.
      - cleanup 80-char line-length and some other style issues.
      - default package conf file will now have all plugins, but commented
        out.
      
      closes #199
      closes #944
      e436b2d7
  9. Mar 14, 2016
  10. Feb 18, 2016
  11. Feb 12, 2016
  12. Feb 09, 2016
  13. Jan 28, 2016
  14. Jan 27, 2016
    • Cameron Sparr's avatar
      Create public models for telegraf metrics, accumlator, plugins · 9c0d14bb
      Cameron Sparr authored
      This will basically make the root directory a place for storing the
      major telegraf interfaces, which will make telegraf's godoc looks quite
      a bit nicer. And make it easier for contributors to lookup the few data
      types that they actually care about.
      
      closes #564
      9c0d14bb
  15. Jan 23, 2016
  16. Jan 20, 2016
  17. Jan 07, 2016
Loading