package
Version:
v0.0.0-...-54d14c8
Opens a new window with list of versions in this module.
Published: Nov 26, 2018
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Commands []util.Command `json:"commands"`
}
Config - XXX
type Metric struct {
Plugin string `json:"plugin"`
Gauge string `json:"gauge"`
Value string `json:"value"`
}
Metric - XXX
type Sensu struct {
Config Config
}
Sensu - XXX
Collect - XXX
This should return the following: sensu.plugin_name: {"gauges": {}}, sensu.another_plugin :{"gauges":{}}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.