commit - acea22e3a895de55312487c8f075e1f15c85ea25
commit + bcdd495e45389c2c5ef3ba059bc6fbaab202c786
blob - 9453ee84850c1af71d9fb16e04b7404e95b41811
blob + e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
--- incidents.txt
+++ incidents.txt
-202306101055,Incident,Between 00:14 and 00:21 UTC on 2023-06-10 a network outage happened at our upstream provider. Resolved
-202306021200,Maintenance,On 2023-06-15 between 22:30-02:30 UTC our upstream provider has scheduled network maintenance
blob - 6f16f269fa335b2429f95c2c20aaa0c40487bb91
blob + 77017cbbd6bed6f244b24c57129787cbf5863ad5
--- pastincidents.txt
+++ pastincidents.txt
+202306021200,Maintenance,On 2023-06-15 between 22:30-02:30 UTC our upstream provider has scheduled network maintenance. Completed
+202306120945,Maintenance,On 2023-06-13 between 08:00-09:00 UTC we will replace a failed disk in server5. Completed
+202306112007,Incident, On 2023-06-11 at 20:04 UTC we noticed server5 no longer responding to health checks. One of the boot disks in the raid array has failed. We will replace this as soon as possible.
+202306101055,Incident,Between 00:14 and 00:21 UTC on 2023-06-10 a network outage happened at our upstream provider. Resolved
202305282120,Incident,Between 21:17:28 and 21:19:17 UTC on 2023-05-28 a network outage happened at our upstream provider. Resolved
blob - d23e19e772af30785f9e36304d85c5745ef8c8d7
blob + 7e7ed89e3ceb238a0d39ff061b96cb5a847fbebc
--- uptimeatomic
+++ uptimeatomic
cat << EOF >> ${_RSSFILE}
<item>
<title>${_type}</title>
-<link>${RSS_URL}/rss.xml</link>
-<guid>${RSS_URL}/rss.xml?$(date -ju +%s $(echo "${_date}"))</guid>
+<link>${RSS_URL}/${RSSFILE}</link>
+<guid>${RSS_URL}/${RSSFILE}?$(date -ju +%s $(echo "${_date}"))</guid>
<pubDate>$(date_rss "${_date}")</pubDate>
<description><![CDATA[ ${_description} ]]></description>
</item>
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
-<atom:link href="${RSS_URL}/rss.xml" rel="self" type="application/rss+xml" />
+<atom:link href="${RSS_URL}/${RSSFILE}" rel="self" type="application/rss+xml" />
<title>${TITLE}</title>
<description>${RSS_DESCRIPTION}</description>
<link>${RSS_URL}</link>