ing
This commit is contained in:
parent
67900f9f2f
commit
fd5cea1daf
|
@ -3,11 +3,12 @@ package probe
|
||||||
const (
|
const (
|
||||||
ConfigFileName = "config.json"
|
ConfigFileName = "config.json"
|
||||||
|
|
||||||
PathBin = "bin"
|
PathBin = "bin"
|
||||||
PathPID = "pid"
|
PathPID = "pid"
|
||||||
PathConfig = "config"
|
PathConfig = "config"
|
||||||
PathJRE = "jre"
|
PathSensorConfig = "sensor_config"
|
||||||
PathLogs = "logs"
|
PathJRE = "jre"
|
||||||
|
PathLogs = "logs"
|
||||||
|
|
||||||
ContainerGeneralName = "general"
|
ContainerGeneralName = "general"
|
||||||
ContainerGeneralFileName = "overflow_probe_container_general.jar"
|
ContainerGeneralFileName = "overflow_probe_container_general.jar"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user