diff --git a/agent/checks/check.go b/agent/checks/check.go index 606d1d3f6..bc41206f0 100644 --- a/agent/checks/check.go +++ b/agent/checks/check.go @@ -412,7 +412,7 @@ func (c *CheckHTTP) check() { } // Format the response body - result := fmt.Sprintf("HTTP GET %s: %s Output: %s", c.HTTP, resp.Status, output.String()) + result := fmt.Sprintf("HTTP %s %s: %s Output: %s", method, c.HTTP, resp.Status, output.String()) if resp.StatusCode >= 200 && resp.StatusCode <= 299 { // PASSING (2xx)