This commit is contained in:
crusader 2018-03-26 17:03:36 +09:00
parent 67900f9f2f
commit fd5cea1daf

View File

@ -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"