Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Plugins []string `config:"munin.plugins"` Sanitize bool `config:"munin.sanitize"` }
Config is the configuration for munin
type MetricSet ¶
type MetricSet struct { mb.BaseMetricSet // contains filtered or unexported fields }
MetricSet holds any configuration or state information. It must implement the mb.MetricSet interface. And this is best achieved by embedding mb.BaseMetricSet because it implements all of the required mb.MetricSet interface methods except for Fetch.
Click to show internal directories.
Click to hide internal directories.