Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FdUsageCheck ¶
type Instance ¶
type Instance struct {
config.InternalConfig
SearchExecName string `toml:"search_exec_name"`
SearchCmdline string `toml:"search_cmdline"`
SearchUser string `toml:"search_user"`
SearchPidFile string `toml:"search_pid_file"`
Concurrency int `toml:"concurrency"`
FdUsage FdUsageCheck `toml:"fd_usage"`
// contains filtered or unexported fields
}
type ProcfdPlugin ¶
type ProcfdPlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*ProcfdPlugin) GetInstances ¶
func (p *ProcfdPlugin) GetInstances() []plugins.Instance
Click to show internal directories.
Click to hide internal directories.