inventory

package
v2.15.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package inventory provides inventory commands.

Index

Constants

This section is empty.

Variables

View Source
var (
	AddAgentExternalExporter  = new(addAgentExternalExporterCommand)
	AddAgentExternalExporterC = addAgentC.Command("external", "Add external exporter to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentMongodbExporter  = new(addAgentMongodbExporterCommand)
	AddAgentMongodbExporterC = addAgentC.Command("mongodb-exporter", "Add mongodb_exporter to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentMysqldExporter  = new(addAgentMysqldExporterCommand)
	AddAgentMysqldExporterC = addAgentC.Command("mysqld-exporter", "Add mysqld_exporter to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentNodeExporter  = new(addAgentNodeExporterCommand)
	AddAgentNodeExporterC = addAgentC.Command("node-exporter", "add Node exporter to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentPMMAgent  = new(addPMMAgentCommand)
	AddAgentPMMAgentC = addAgentC.Command("pmm-agent", "add PMM agent to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentPostgresExporter  = new(addAgentPostgresExporterCommand)
	AddAgentPostgresExporterC = addAgentC.Command("postgres-exporter", "Add postgres_exporter to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentProxysqlExporter  = new(addAgentProxysqlExporterCommand)
	AddAgentProxysqlExporterC = addAgentC.Command("proxysql-exporter", "Add proxysql_exporter to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentQANMongoDBProfilerAgent  = new(addAgentQANMongoDBProfilerAgentCommand)
	AddAgentQANMongoDBProfilerAgentC = addAgentC.Command("qan-mongodb-profiler-agent", "add QAN MongoDB profiler agent to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentQANMySQLPerfSchemaAgent  = new(addAgentQANMySQLPerfSchemaAgentCommand)
	AddAgentQANMySQLPerfSchemaAgentC = addAgentC.Command("qan-mysql-perfschema-agent", "add QAN MySQL perf schema agent to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentQANMySQLSlowlogAgent  = new(addAgentQANMySQLSlowlogAgentCommand)
	AddAgentQANMySQLSlowlogAgentC = addAgentC.Command("qan-mysql-slowlog-agent", "add QAN MySQL slowlog agent to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentQANPostgreSQLPgStatementsAgent  = new(addAgentQANPostgreSQLPgStatementsAgentCommand)
	AddAgentQANPostgreSQLPgStatementsAgentC = addAgentC.Command("qan-postgresql-pgstatements-agent", "Add QAN PostgreSQL Stat Statements Agent to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentQANPostgreSQLPgStatMonitorAgent  = new(addAgentQANPostgreSQLPgStatMonitorAgentCommand)
	AddAgentQANPostgreSQLPgStatMonitorAgentC = addAgentC.Command("qan-postgresql-pgstatmonitor-agent", "Add QAN PostgreSQL Stat Monitor Agent to inventory").Hide(hide)
)

register command

View Source
var (
	AddAgentRDSExporter  = new(addAgentRDSExporterCommand)
	AddAgentRDSExporterC = addAgentC.Command("rds-exporter", "Add rds_exporter to inventory").Hide(hide)
)

register command

View Source
var (
	AddNodeContainer  = new(addNodeContainerCommand)
	AddNodeContainerC = addNodeC.Command("container", "Add container node to inventory").Hide(hide)
)

register command

View Source
var (
	AddNodeGeneric  = new(addNodeGenericCommand)
	AddNodeGenericC = addNodeC.Command("generic", "Add generic node to inventory").Hide(hide)
)

register command

View Source
var (
	AddNodeRemote  = new(addNodeRemoteCommand)
	AddNodeRemoteC = addNodeC.Command("remote", "Add Remote node to inventory").Hide(hide)
)

register command

View Source
var (
	AddNodeRemoteRDS  = new(addNodeRemoteRDSCommand)
	AddNodeRemoteRDSC = addNodeC.Command("remote-rds", "Add Remote RDS node to inventory").Hide(hide)
)

register command

View Source
var (
	AddExternalService  = new(addExternalServiceCommand)
	AddExternalServiceC = addServiceC.Command("external", "Add an external service to inventory").Hide(hide)
)

register command

View Source
var (
	AddHAProxyService  = new(addHAProxyServiceCommand)
	AddHAProxyServiceC = addServiceC.Command("haproxy", "Add an haproxy service to the inventory").Hide(hide)
)

register command

View Source
var (
	AddServiceMongoDB  = new(addServiceMongoDBCommand)
	AddServiceMongoDBC = addServiceC.Command("mongodb", "Add MongoDB service to inventory").Hide(hide)
)

register command

View Source
var (
	AddServiceMySQL  = new(addServiceMySQLCommand)
	AddServiceMySQLC = addServiceC.Command("mysql", "Add MySQL service to inventory").Hide(hide)
)

register command

View Source
var (
	AddServicePostgreSQL  = new(addServicePostgreSQLCommand)
	AddServicePostgreSQLC = addServiceC.Command("postgresql", "Add PostgreSQL service to inventory").Hide(hide)
)

register command

View Source
var (
	AddServiceProxySQL  = new(addServiceProxySQLCommand)
	AddServiceProxySQLC = addServiceC.Command("proxysql", "Add ProxySQL service to inventory").Hide(hide)
)

register command

View Source
var (
	ListAgents  = new(listAgentsCommand)
	ListAgentsC = inventoryListC.Command("agents", "Show agents in inventory").Hide(hide)
)

register command

View Source
var (
	ListNodes  = new(listNodeCommand)
	ListNodesC = inventoryListC.Command("nodes", "Show nodes in inventory").Hide(hide)
)

register command

View Source
var (
	ListServices  = new(listServicesCommand)
	ListServicesC = inventoryListC.Command("services", "Show services in inventory").Hide(hide)
)

register command

View Source
var (
	RemoveAgent  = new(removeAgentCommand)
	RemoveAgentC = inventoryRemoveC.Command("agent", "Remove agent from inventory").Hide(hide)
)

register command

View Source
var (
	RemoveNode  = new(removeNodeCommand)
	RemoveNodeC = inventoryRemoveC.Command("node", "Remove node from inventory").Hide(hide)
)

register command

View Source
var (
	RemoveService  = new(removeServiceCommand)
	RemoveServiceC = inventoryRemoveC.Command("service", "Remove service from inventory").Hide(hide)
)

register command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL