20 lines
459 B
Go
20 lines
459 B
Go
package probe
|
|
|
|
const (
|
|
ConfigFileName = "config.json"
|
|
|
|
PathBin = "bin"
|
|
PathPID = "pid"
|
|
PathConfig = "config"
|
|
PathJRE = "jre"
|
|
|
|
ContainerGeneralName = "general"
|
|
ContainerGeneralFileName = "overflow_probe_container_general.jar"
|
|
|
|
ContainerNetworkName = "network"
|
|
ContainerNetworkFileName = "overflow_probe_container_network"
|
|
|
|
ContainerDiscoveryName = "discovery"
|
|
ContainerDiscoveryFileName = "overflow_probe_container_discovery"
|
|
)
|