Skip to content
Snippets Groups Projects
  1. Oct 12, 2016
  2. Oct 03, 2016
    • Cameron Sparr's avatar
      Major Logging Overhaul · c7834209
      Cameron Sparr authored
      in this commit:
      
      - centralize logging output handler.
      - set global Info/Debug/Error log levels based on config file or flags.
      - remove per-plugin debug arg handling.
      - add a I!, D!, or E! to every log message.
      - add configuration option to specify where to send logs.
      
      closes #1786
      c7834209
  3. Aug 09, 2016
  4. Apr 26, 2016
  5. 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
  6. Mar 18, 2016
    • Thomas Menard's avatar
      Remove the columns used as tag · 36446bcb
      Thomas Menard authored
      closes #844
      36446bcb
    • Thomas Menard's avatar
      Add the postgresql_extensible plugin · b371ec5c
      Thomas Menard authored
      This plugin is intended to add an extended support of Postgresql
      compared to the legacy postgres plugin.
      
      Basically, the plugin don’t have any metrics defined and it’s up to the
      user to define it in the telegraph.conf (as a toml structure).
      
      Each query can have it’s specific tags, and can be written specifically
      using a where clause in order to eventually filter per database name.
      
      To be more generic, a minimum postgresql version  has been defined per
      query in case you have 2 different version of Postgresql running on the
      same host.
      b371ec5c
Loading