package
Version:
v0.0.0-...-528b4df
Opens a new window with list of versions in this module.
Published: Nov 18, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AccoutingConf struct {
Database string `toml:"database"`
Measurement string `toml:"measurement"`
Host string `toml:"host"`
Network string `toml:"network"`
Exclude []string `toml:"exclude"`
}
type MySqlConf struct {
Database string `toml:"database"`
Measurement string `toml:"measurement"`
SampleTime int `toml:"sample_time"`
SqlUri string `toml:"sql_uri"`
Queries []util.Pair `toml:"queries"`
Tags []util.Pair `toml:"tags"`
}
type SnmpConf struct {
Host string `toml:"host"`
Database string `toml:"database"`
Measurement string `toml:"measurement"`
SampleTime int `toml:"sample_time"`
DataPoints []util.Pair `toml:"datapoints"`
Tags []util.Pair `toml:"tags"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.