Skip to content

Commit

Permalink
make the id more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
fenglish committed Sep 7, 2020
1 parent 52196c6 commit 344a633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/health.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports.check = opts => {
getStatus: () => {
return {
name: 'n-url-management-api-read-client health check',
id: 'nUrlManApiRC-fm',
id: 'nUrlManagementApiRC-failureMode',
ok: !active.totalFailure(),
checkOutput: `Total failure mode (can't reach either master or slave DynamoDBs) when following is true: ${active.totalFailure()}. Currently using ${active()} table.`,
lastUpdated: new Date(),
Expand Down

0 comments on commit 344a633

Please sign in to comment.