Skip to content

Commit

Permalink
Merge pull request #818 from lemenkov/fix_69
Browse files Browse the repository at this point in the history
RabbitMQ: New error code - 69
  • Loading branch information
krig committed Jun 2, 2016
2 parents 700058c + c687e76 commit 254709c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions heartbeat/rabbitmq-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ rmq_monitor() {
rmq_delete_nodename
return $OCF_NOT_RUNNING
;;
69)
ocf_log info "RabbitMQ server is not running"
rmq_delete_nodename
return $OCF_NOT_RUNNING
;;
*)
ocf_log err "Unexpected return code from '$RMQ_CTL cluster_status' exit code: $rc"
rmq_delete_nodename
Expand Down

0 comments on commit 254709c

Please sign in to comment.