Commit Graph

4 Commits

Author SHA1 Message Date
Simon Fraser f1af559f11 Filter disk stats by filesystem type, for Linux.
If we don't want to record the stats of NFS, tmpfs, /proc and
similar then specify:

fstypes = ["ext4", "xfs"]

In the config file.
2015-07-30 17:02:58 +01:00
Joe Hofeditz 073b1084b7 skip disk tags with no value
Influxdb 0.9.1 now rejects writes with empty tag values. This patch skips tags with no values. A disk serial number does not exist for many devices including md raid arrays and VMs. Other plugins may also want to check for empty tags.
2015-07-03 08:11:52 -06:00
Evan Phoenix 1653330421 Tivan is dead, long live Telegraf. Fixes #3 2015-05-22 16:45:14 -07:00
Evan Phoenix 5e6d33a57f Breakup the system plugin 2015-05-18 16:01:42 -07:00