Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7ce643a14e
|
@ -6,12 +6,16 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
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"
|
HOST_START = "http://localhost:8080/_api/collector/discovery/event/host/status/start"
|
||||||
PORT_FOUND = "/_api/collector/event/port/status/found"
|
HOST_FOUND = "http://localhost:8080/_api/collector/discovery/event/host/status/found"
|
||||||
PORT_END = "/_api/collector/event/port/status/end"
|
HOST_END = "http://localhost:8080/_api/collector/discovery/event/host/status/end"
|
||||||
SERVICE_END = "/_api/collector/event/service/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 {
|
type URLMaker interface {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user