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
DISK_README.md
KERNEL_README.md
KERNEL_VMSTAT_README.md
MEM_README.md
NETSTAT_README.md
PROCESSES_README.md
SYSTEM_README.md
cpu.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
cpu_test.go
disk.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
disk_test.go
kernel.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
kernel_notlinux.go
kernel_test.go
kernel_vmstat.go
kernel_vmstat_test.go
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
net.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00
net_test.go
netstat.go
processes.go Major Logging Overhaul 2016-10-03 17:13:03 +01:00
processes_test.go
ps.go
system.go Implement AddGauge & AddCounter functions 2016-09-02 16:51:26 +01:00