department-of-veterans-affairs/vets-website

View on GitHub
src/platform/monitoring/DowntimeNotification/config/externalServiceStatus.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * A list of statuses that will be used to indicate whether the downtime of a service, as well as the resultant status of the consuming application.
 */
export default {
  down: 'down',
  downtimeApproaching: 'downtimeApproaching',
  ok: 'ok',
};