Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.56 KB

status.md

File metadata and controls

45 lines (40 loc) · 1.56 KB
layout title date description landing-page gradient subnav-link-gradient sections ctas
home
System Status
2019-11-02 09:21:12 -0500
This page gives an overview of the status of our systems.
live
blueberry-lime-background
blueberry-lime-link
name link
Home
/
<script> let baseUrl = 'https://sandbox.ab2d.cms.gov/'; function pollServer() { $.get(baseUrl + 'status', function(data) { if(data.maintenanceMode === 'false') { $('#status-content').html("

The system is operating normally"); } else { $('#status-content').html("

The system is currently in maintenance mode. Please check back later."); } }) .fail(function() { $('#status-content').html("

The system is currently unreachable. Please check back later."); }) .always(function() { setTimeout(pollServer, 10000); }); } $(document).ready(function() { pollServer(); }); </script>

System Status