passing AgentID when sending check results
This commit is contained in:
parent
e8f11a852e
commit
7509389cfc
2 changed files with 20 additions and 10 deletions
|
|
@ -69,9 +69,10 @@ type AgentInfo struct {
|
|||
}
|
||||
|
||||
type PingCheckResponse struct {
|
||||
ID int `json:"id"`
|
||||
Status string `json:"status"`
|
||||
Output string `json:"output"`
|
||||
ID int `json:"id"`
|
||||
AgentID string `json:"agent_id"`
|
||||
Status string `json:"status"`
|
||||
Output string `json:"output"`
|
||||
}
|
||||
|
||||
type WinUpdateResult struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue