Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Health = &cli.Command{
Name: "health",
Usage: "Checks the health of the system.",
Action: checkHealth,
}
Health is a cli command used for checking the health of the system.
View Source
var Server = &cli.Command{
Name: "server",
Usage: "Starts exporter server.",
Action: runServer,
}
Server is a cli command used for running exporter http server.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.