Skip to content

Commit

Permalink
Merge pull request #81 from Financial-Times/keen-patch
Browse files Browse the repository at this point in the history
Defaut Keen to passed
  • Loading branch information
sjparkinson authored Feb 20, 2018
2 parents fdb6992 + c449945 commit 9bc3c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checks/keenThreshold.check.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class KeenThresholdCheck extends Check {
//Default to 10 minute interval for keen checks so we don't overwhelm it
this.interval = options.interval || 10 * 60 * 1000;

this.status = status.PASSED;
this.checkOutput = 'Keen threshold check has not yet run';
}

Expand Down

0 comments on commit 9bc3c0e

Please sign in to comment.