Documentation ¶
Index ¶
- Variables
- func New(name string) geneos.Instance
- type CA3s
- func (n *CA3s) Add(tmpl string, port uint16) (err error)
- func (n *CA3s) Command() (args, env []string)
- func (n *CA3s) Config() *config.Config
- func (n *CA3s) Home() string
- func (n *CA3s) Host() *geneos.Host
- func (n *CA3s) Load() (err error)
- func (n *CA3s) Loaded() bool
- func (n *CA3s) Name() string
- func (n *CA3s) Rebuild(initial bool) error
- func (n *CA3s) Reload(params []string) (err error)
- func (n *CA3s) String() string
- func (n *CA3s) Type() *geneos.Component
- func (n *CA3s) Unload() (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var CA3 = geneos.Component{ Name: "ca3", LegacyPrefix: "", RelatedTypes: []*geneos.Component{&netprobe.Netprobe}, ComponentMatches: []string{"ca3", "collection-agent", "ca3s", "collector"}, RealComponent: true, DownloadBase: geneos.DownloadBases{Resources: "Netprobe", Nexus: "geneos-netprobe"}, PortRange: "CA3PortRange", CleanList: "CA3CleanList", PurgeList: "CA3PurgeList", Aliases: map[string]string{}, Defaults: []string{ `home={{join .root "ca3" "ca3s" .name}}`, `install={{join .root "packages" "netprobe"}}`, `plugins={{join .install "collection_agent" "plugins"}}`, `version=active_prod`, `program={{"/usr/bin/java"}}`, `logfile=collection-agent.log`, `config={{join .home "collection-agent.yml"}}`, `minheap=512M`, `maxheap=512M`, }, GlobalSettings: map[string]string{ "CA3PortRange": "7137-", "CA3CleanList": "*.old", "CA3PurgeList": "*.log", }, Directories: []string{ "packages/ca3", "ca3/ca3s", }, GetPID: ca3getPID, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.