diff --git a/lib/health.js b/lib/health.js index 5b9b0a9..8eb1a24 100644 --- a/lib/health.js +++ b/lib/health.js @@ -7,6 +7,7 @@ exports.check = opts => { getStatus: () => { return { name: 'n-url-management-api-read-client health check', + 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(),