collector event consts

This commit is contained in:
insanity 2016-11-28 16:17:34 +09:00
parent 60199fb8aa
commit 4a736053fa

View File

@ -7,6 +7,9 @@ const (
const (
COLLECTOR_INSTALL = "/_api/collector/event/status/install"
COLLECTOR_INIT = "/_api/collector/event/status/initialize"
COLLECTOR_START = "/_api/collector/event/status/start"
COLLECTOR_STOP = "/_api/collector/event/status/stop"
DISCOVERY_START = "/_api/collector/discovery/event/status/start"
DISCOVERY_END = "/_api/collector/discovery/event/status/end"
HOST_START = "/_api/collector/discovery/event/host/status/start"