This commit is contained in:
jackdaw 2016-11-28 15:01:58 +09:00
parent fa5772c240
commit 44760dc7db

View File

@ -7,14 +7,11 @@ const (
const ( const (
COLLECTOR_INSTALL = "/_api/collector/event/status/install" COLLECTOR_INSTALL = "/_api/collector/event/status/install"
DISCOVERY_START = "/_api/collector/discovery/event/status/start"
DISCOVERY_START = "/_api/collector/event/discovery/status/start" DISCOVERY_END = "/_api/collector/discovery/event/status/end"
DISCOVERY_END = "/_api/collector/event/discovery/status/end"
HOST_START = "/_api/collector/discovery/event/host/status/start" HOST_START = "/_api/collector/discovery/event/host/status/start"
HOST_FOUND = "/_api/collector/discovery/event/host/status/found" HOST_FOUND = "/_api/collector/discovery/event/host/status/found"
HOST_END = "/_api/collector/discovery/event/host/status/end" HOST_END = "/_api/collector/discovery/event/host/status/end"
PORT_START = "/_api/collector/discovery/event/port/status/start" PORT_START = "/_api/collector/discovery/event/port/status/start"
PORT_FOUND = "/_api/collector/discovery/event/port/status/found" PORT_FOUND = "/_api/collector/discovery/event/port/status/found"
PORT_END = "/_api/collector/discovery/event/port/status/end" PORT_END = "/_api/collector/discovery/event/port/status/end"