add UDP socket counts and rename to 'netstat'.

Closes #244
This commit is contained in:
Shirou WAKAYAMA
2015-10-11 23:13:35 +09:00
committed by Cameron Sparr
parent 17dd058308
commit d394003739
6 changed files with 148 additions and 103 deletions

View File

@@ -14,6 +14,7 @@
- Logging: additional logging for each collection interval, track the number
of metrics collected and from how many plugins.
- [#240](https://github.com/influxdb/telegraf/pull/240): procstat plugin, thanks @ranjib!
- [#244](https://github.com/influxdb/telegraf/pull/244): netstat plugin, thanks @shirou!
### Bugfixes
- [#228](https://github.com/influxdb/telegraf/pull/228): New version of package will replace old one. Thanks @ekini!