added ping method
This commit is contained in:
parent
f1f6b2dbc9
commit
583742eef6
@ -94,6 +94,8 @@ func HandleWSRR(c *echo.Context, cfg *config.Config) error {
|
||||
}
|
||||
return true
|
||||
})
|
||||
case "ping":
|
||||
log.Printf("ping: %s\n", apievent.Hostname)
|
||||
default:
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user