mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-31 21:38:12 +02:00
go mod: Update github.com/eosswedenorg-go/haproxy to v1.0.1
This commit is contained in:
parent
64d46ed460
commit
2caad14e44
9 changed files with 16 additions and 16 deletions
|
|
@ -38,7 +38,7 @@ func (e AtomicAsset) LogInfo() LogParams {
|
|||
func (e AtomicAsset) Call() (agentcheck.Response, string) {
|
||||
h, err := e.client.GetHealth()
|
||||
if err != nil {
|
||||
resp := agentcheck.NewStatusMessageResponse(agentcheck.Failed, "")
|
||||
resp := agentcheck.NewStatusMessageResponse(agentcheck.Fail, "")
|
||||
return resp, err.Error()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue