Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
martintajur committed Jun 15, 2015
2 parents fb935a7 + a183d6d commit fc36904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Status.prototype.getConsulHealthcheck = function(options) {

var consulParams = {};
consulParams.interval = options && options.interval || '10s';
consulParams.notes = options && options.notes || 'Check service Kardia status using curl';
consulParams.notes = options && options.notes || this.config.name + ' Kardia health check';
consulParams.http = 'http://'+host+':'+this.config.port+'/health';

return consulParams;
Expand Down Expand Up @@ -422,4 +422,4 @@ Status.prototype.start = function() {
// dummy wrapper for catching subsequent start calls made by the underlying service using Kardia.
}

module.exports = Status;
module.exports = Status;

0 comments on commit fc36904

Please sign in to comment.