forked from p15670423/monkey
Agent: `/api/agent-events` in place of `/api/events`
This commit is contained in:
parent
cfc0905d0c
commit
66eaccb698
|
@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_TIME_PERIOD_SECONDS = 5
|
DEFAULT_TIME_PERIOD_SECONDS = 5
|
||||||
EVENTS_API_URL = "https://%s/api/events"
|
EVENTS_API_URL = "https://%s/api/agent-events"
|
||||||
|
|
||||||
|
|
||||||
class AgentEventForwarder:
|
class AgentEventForwarder:
|
||||||
|
|
Loading…
Reference in New Issue