Skip to content

Commit

Permalink
feat(opsgenie): Working on Ops Genie integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmarti committed Apr 18, 2015
1 parent e61ded4 commit 77d0239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Status.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import play.api.mvc.{Action, Controller}
/**
* A simple Status controller for Redis.
*
* This is important to link with OPS-Genie alerts.
* This is important to link with OPS-Genie alerts. Used from ZapActor SendHeartbeat.
*
* @author created by N.Martignole, Innoteria, on 17/10/2014.
*/
Expand Down
1 change: 1 addition & 0 deletions app/library/ZapActor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ class ZapActor extends Actor {

case other =>
play.Logger.error(s"Unable to read response from OpsGenie server ${result.status} ${result.statusText}")
play.Logger.error(s"Response body ${result.body}")

}
}
Expand Down

0 comments on commit 77d0239

Please sign in to comment.