Documentation
¶
Index ¶
Constants ¶
View Source
const ( CPU = 1 VIRTUAL_MEMORY = 2 )
Variables ¶
View Source
var FILE = user.HomeDir + "/Desktop/monitor.log.txt"
Functions ¶
Types ¶
type ApplicationMonitor ¶
type ApplicationMonitor struct {
MsrCPU bool `toml:"msrCPU"`
MsrVM bool `toml:"msrVM"`
// contains filtered or unexported fields
}
TODO: Setup communication with logging application file
func (*ApplicationMonitor) Description ¶
func (_ *ApplicationMonitor) Description() string
func (*ApplicationMonitor) Gather ¶
func (i *ApplicationMonitor) Gather(accumulator telegraf.Accumulator) error
func (*ApplicationMonitor) SampleConfig ¶
func (_ *ApplicationMonitor) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.