Commit Graph

10 Commits

Author SHA1 Message Date
Cameron Sparr 7eb7e495e6 Cleanup & standardize config file
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
2016-04-08 18:34:52 +02:00
Thibault Cohen eb21a061f7 SNMP plugin fixes
fixes #873
2016-04-08 18:34:51 +02:00
Thibault Cohen 649620ae0f SNMP fix concurrency issue
closes #823
2016-04-08 18:34:48 +02:00
Matt Morrison 7914c34d1f [SNMP Input] SNMPMap() loops forever if table has more than 32 entries
closes #800
closes #801
2016-04-08 18:34:48 +02:00
Thibault Cohen fbe60daaa7 Fix #773 2016-04-08 18:34:47 +02:00
Thibault Cohen 22e3209bd1 Add snmp table feature #540 2016-04-08 18:34:47 +02:00
Cameron Sparr 0dbb52f9d6 Seems to be a toml parse bug around triple pounds 2016-04-08 18:34:44 +02:00
Cameron Sparr fc7fa4b6c5 Cleanup comments and indentation in config file 2016-02-09 11:01:50 -07:00
Cameron Sparr 9c0d14bb60 Create public models for telegraf metrics, accumlator, plugins
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
2016-01-27 15:42:50 -07:00
Thibault Cohen e6d7e4e309 Add snmp input plugin
closes #546
closes #40
2016-01-25 12:35:27 -07:00