Documentation
¶
Overview ¶
Package management provides management commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddMongoDB = new(addMongoDBCommand) AddMongoDBC = AddC.Command("mongodb", "Add MongoDB to monitoring") )
register command
View Source
var ( AddMySQL = new(addMySQLCommand) AddMySQLC = AddC.Command("mysql", "Add MySQL to monitoring") )
register command
View Source
var ( AddPostgreSQL = new(addPostgreSQLCommand) AddPostgreSQLC = AddC.Command("postgresql", "Add PostgreSQL to monitoring") )
register command
View Source
var ( AddProxySQL = new(addProxySQLCommand) AddProxySQLC = AddC.Command("proxysql", "Add ProxySQL to monitoring") )
register command
View Source
var ( Register = new(registerCommand) RegisterC = kingpin.Command("register", "Register current Node at PMM Server") )
register command
View Source
var ( Remove = new(removeMySQLCommand) RemoveC = kingpin.Command("remove", "Remove Service from monitoring") )
register command
View Source
var (
AddC = kingpin.Command("add", "Add Service to monitoring")
)
register command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.