telegraf/plugins/inputs/system
Cameron Sparr c7834209d2 Major Logging Overhaul
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
2016-10-03 17:13:03 +01:00
..
CPU_README.md renaming plugins -> inputs 2016-01-07 15:04:30 -07:00
DISK_README.md Specify host mount prefix with envvar. 2016-05-02 15:53:30 -06:00
KERNEL_README.md Add a "kernel" plugin for /proc/stat statistics 2016-03-11 14:50:45 +01:00
KERNEL_VMSTAT_README.md Addressing PR feedback 2016-05-31 10:47:26 +01:00
MEM_README.md fix used_percent Calculation formula (#1313) 2016-06-02 14:24:48 +01:00
NETSTAT_README.md renaming plugins -> inputs 2016-01-07 15:04:30 -07:00
PROCESSES_README.md Cross platform support for the 'processes' plugin 2016-03-09 15:47:37 +01:00
SYSTEM_README.md Add number of users to 'system' plugin 2016-03-09 19:27:22 +01:00
cpu.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
cpu_test.go Update gopsutil dependency 2016-05-20 15:30:13 +01:00
disk.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
disk_test.go Update gopsutil dependency 2016-05-20 15:30:13 +01:00
kernel.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
kernel_notlinux.go Dummy kernel plugin added for consistent config generation 2016-04-04 17:43:53 -06:00
kernel_test.go Add a "kernel" plugin for /proc/stat statistics 2016-03-11 14:50:45 +01:00
kernel_vmstat.go Addressing PR feedback 2016-05-31 10:47:26 +01:00
kernel_vmstat_test.go Add kernel_vmstat input plugins 2016-05-31 10:46:34 +01:00
memory.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
memory_test.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
mock_PS.go Update gopsutil dependency 2016-05-20 15:30:13 +01:00
net.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
net_test.go Update gopsutil dependency 2016-05-20 15:30:13 +01:00
netstat.go Cleanup comments and indentation in config file 2016-02-09 11:01:50 -07:00
processes.go Major Logging Overhaul 2016-10-03 17:13:03 +01:00
processes_test.go processes plugin: fix case where there are spaces in cmd name 2016-04-05 10:27:30 -06:00
ps.go Remove Add() function from accumulator 2016-09-02 16:35:27 +01:00
system.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00