host url add
This commit is contained in:
parent
62249143f0
commit
9fc9f9dea7
|
@ -6,12 +6,16 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
COLLECTOR_INSTALL = "/_api/collector/event/status/install"
|
||||
COLLECTOR_INSTALL = "http://localhost:8080/_api/collector/discovery/event/status/install"
|
||||
|
||||
PORT_START = "/_api/collector/event/port/status/start"
|
||||
PORT_FOUND = "/_api/collector/event/port/status/found"
|
||||
PORT_END = "/_api/collector/event/port/status/end"
|
||||
SERVICE_END = "/_api/collector/event/service/status/end"
|
||||
HOST_START = "http://localhost:8080/_api/collector/discovery/event/host/status/start"
|
||||
HOST_FOUND = "http://localhost:8080/_api/collector/discovery/event/host/status/found"
|
||||
HOST_END = "http://localhost:8080/_api/collector/discovery/event/host/status/end"
|
||||
|
||||
PORT_START = "http://localhost:8080/_api/collector/discovery/event/port/status/start"
|
||||
PORT_FOUND = "http://localhost:8080/_api/collector/discovery/event/port/status/found"
|
||||
PORT_END = "http://localhost:8080/_api/collector/discovery/event/port/status/end"
|
||||
SERVICE_END = "http://localhost:8080/_api/collector/discovery/event/service/status/end"
|
||||
)
|
||||
|
||||
type URLMaker interface {
|
||||
|
|
Loading…
Reference in New Issue
Block a user