nws-site/templates/system_status.html

27 lines
692 B
HTML
Raw Permalink Normal View History

2024-05-15 20:12:14 +00:00
{%- import "uptime_table.html" as scope -%}
<h1>System Status</h1>
<h2>Datacenter Status</h2>
<p>
2024-08-29 20:29:37 +00:00
The status of each of Nick Web Services's 4
2024-05-15 20:12:14 +00:00
datacenters.
</p>
{% call scope::uptime_table(dctr_uptime_infos) %}
2024-08-29 20:29:37 +00:00
<p>
Notice: Due to leasing issues, the Philadelphia datacenter will be offline until
at least May or August 2025 or it may be discontinued as an NWS location.
</p>
2024-05-15 20:12:14 +00:00
<h2>Service Status</h2>
<p>
2024-08-29 20:29:37 +00:00
The status of services people host on Nick Web Services.
2024-05-15 20:12:14 +00:00
Note that the uptime and performance of services hosted on
2024-08-29 20:29:37 +00:00
Nick Web Services may be affected by factors not controlled by us such as
2024-05-15 20:12:14 +00:00
bad optimization or buggy software.
</p>
{% call scope::uptime_table(svc_uptime_infos) %}