mirror of https://github.com/nate2014jatc/AGSTATUS
Compare commits
6 Commits
0177672c27
...
70fd725c4b
Author | SHA1 | Date |
---|---|---|
rv | 70fd725c4b | |
rv | c38e478958 | |
rv | deee35239a | |
rv | 38adfde26e | |
rv | a0b09e3df7 | |
rv | b36e6558ae |
|
@ -4,7 +4,6 @@ on: [page_build]
|
|||
jobs:
|
||||
NTFY-Manual-Ping:
|
||||
runs-on: ubuntu-latest
|
||||
# needs: pages-build-deployment
|
||||
steps:
|
||||
- run: echo "This job was automatically triggered by a ${{ github.event_name }} event."
|
||||
- name: Ping NTFY server with update message.
|
||||
|
@ -12,7 +11,7 @@ jobs:
|
|||
curl ntfy.sh \
|
||||
-d '{
|
||||
"topic": "Hgh543VzdawHYbZw",
|
||||
"message": "A status update has been posted.",
|
||||
"message": "The site has been updated.",
|
||||
"actions": [
|
||||
{
|
||||
"action": "view",
|
||||
|
|
|
@ -19,4 +19,4 @@ encoding: utf-8
|
|||
livereload: true
|
||||
livereload_min_delay: 60
|
||||
livereload_max_delay: 600
|
||||
author: "Rax Ventus"
|
||||
author: RaxVentus
|
|
@ -1,7 +1,7 @@
|
|||
RaxVentus:
|
||||
name: Rax Ventus
|
||||
image: rax_round.png
|
||||
bio: Intentionally Left Blank, for testing purposes.
|
||||
bio: Intentionally Left Blank. <br/>For testing purposes, of course.
|
||||
socials:
|
||||
- type: Mastodon
|
||||
url: https://dc801.space/@Raxventus
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
{% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
|
||||
<small>{{ page.date | date: "%-d %B %Y" }}</small>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<p class="view">by {{ page.author.name | default: site.author }}</p>
|
||||
<p class="view">by {{ authorData.name | default: site.author }}</p>
|
||||
|
||||
{{content}}
|
||||
|
||||
|
@ -12,11 +13,9 @@ layout: default
|
|||
|
||||
<hr>
|
||||
|
||||
{% assign authorData = site.data.authors[page.author] | default: site.author %}
|
||||
|
||||
<div class="author-bio">
|
||||
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />
|
||||
<div class="author-name">{{ page.author.name | default: site.author }}</div>
|
||||
<img src="/assets/img/{{ authorData.image }}" alt="{{ authorData.name | default: site.author.name }}'s profile picture." />
|
||||
<div class="author-name">{{ authorData.name | default: site.author.name }}</div>
|
||||
<p class="bio">{{ authorData.bio }}</p>
|
||||
{% for social in authorData.socials %}
|
||||
<a href="{{ social.url }}" class="social-link">{{ social.type }}</a>
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-06 00:59
|
||||
---
|
||||
|
||||
# A planned outage will temporarily take down the following resources.
|
||||
* LXC 100 (Private Container)
|
||||
* LXC 114 (git.astragroup.info)
|
||||
* LXC 122 (Private Container)
|
||||
* VM 103 (Private VM)
|
||||
|
||||
## These resources should be available no later than 2020-11-06 13:00.
|
||||
## These resources will go down no earlier than 2020-11-06 10:00.
|
||||
|
||||
This planned outage is needed to reconfigure hardware in the physical machine that is hosting the above mentioned resources.
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-06 13:41
|
||||
---
|
||||
|
||||
We apologize for the delay, the following resources should now be available.
|
||||
|
||||
- LXC 100
|
||||
- LXC 114
|
||||
- LXC 122
|
||||
- VM 103
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-06 14:37
|
||||
---
|
||||
|
||||
A driver related kernel panic caused the machine that was being serviced to crash.
|
||||
This issue should now be resolved.
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-06 19:14
|
||||
---
|
||||
|
||||
A brief power failure caused a complete loss of service across all AG services hosted in Salt Lake City.
|
||||
Power has been restored, and the machines are rebooting for diagnostics now.
|
||||
|
||||
Estimated restoration of service is 20:00 GMT-7.
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-08 22:09
|
||||
---
|
||||
The following resources are available again:
|
||||
- LXC 100
|
||||
- LXC 114
|
||||
- LXC 122
|
||||
- VM 103
|
||||
- VM 999
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-14 22:38
|
||||
---
|
||||
Planned service outage on 2020-11-15 02:30.
|
||||
The network will be down for re-organization.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-15 03:30
|
||||
---
|
||||
Network is back up.
|
||||
Thanks for your patience, the closets desperately needed cleaning.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update and Request for Information
|
||||
published: true
|
||||
date: 2020-11-17 22:20
|
||||
---
|
||||
We've received scattered reports of an outage earlier today.
|
||||
If you happen to notice an outage that has not yet been reported, please contact us [here](mailto:status@astragroup.info?Subject=Unreported%20Outage).
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-23 22:20
|
||||
---
|
||||
The following resources are offline for backup purposes.
|
||||
- CT 120
|
||||
|
||||
They will be back online shortly, after the backup completes, and they are migrates to a different physical host.
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-26 18:33
|
||||
---
|
||||
The following resources have been unaccessible for an unknown amount of time;
|
||||
- AG Gitea
|
||||
|
||||
I am investigating the outage, and will report my findings.
|
||||
|
||||
Additionally, the NextCloud server will be down for maintenance for approximately the next hour.
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-11-26 19:05
|
||||
---
|
||||
|
||||
All resources should now be available, and the NextCloud update is complete.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-12-10 16:55
|
||||
---
|
||||
The following resources will be down temporarily for physical maintenance.
|
||||
- Nextcloud (cloud.astragroup.info)
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-12-10 19:50
|
||||
---
|
||||
The following resources should now be available again.
|
||||
- Nextcloud (cloud.astragroup.info)
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-12-14 10:25
|
||||
---
|
||||
The following resources are undergoing maintenance..
|
||||
- Nextcloud (cloud.astragroup.info)
|
||||
|
||||
They should be back within the hour.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-12-14 11:45
|
||||
---
|
||||
The following resources have been updated.
|
||||
- Nextcloud (cloud.astragroup.info)
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-12-16 23:50
|
||||
---
|
||||
The following resources are being updated.
|
||||
- Nextcloud (cloud.astragroup.info)
|
||||
|
||||
They should be back within an hour.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-12-17 00:05
|
||||
---
|
||||
The following resources have been updated.
|
||||
- Nextcloud (cloud.astragroup.info)
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2020-12-29 18:05
|
||||
---
|
||||
|
||||
There have, surprisingly, been no major issues to report.
|
||||
|
||||
There was, however, a minor incident with CenturyLink, which resulted in our internet speed to drop to approximately 4% of what we pay for.
|
||||
That was fun.
|
||||
|
||||
[Speedtest.net Link](https://www.speedtest.net/result/c/e998b7eb-a074-45ff-9600-531dfb58238c)
|
Binary file not shown.
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2021-01-04 20:15
|
||||
---
|
||||
|
||||
#The following resources will be temporarily unavailable while we migrate off of AWS.
|
||||
- AGLS.TK Link shortener.
|
||||
|
||||
Based on the usage metrics I keep, this won't affect more than three people.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2021-01-06 19:10
|
||||
---
|
||||
#Unexpected hardware failure has brought down most AG services.
|
||||
I'm working on getting a new disk cloned and installed.
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2021-01-07 21:00
|
||||
---
|
||||
Unexpected hardware failure led to approximately 16 hours of down time.
|
||||
The failed disk has been replaced, and things should be back in working order.
|
||||
It was, surprisingly, not the disk itself that failed, but rather the SATA data connector.
|
||||
It popped off while I was removing the disk for better cleaning access.
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2021-01-10 11:00
|
||||
---
|
||||
I must've forgotten to update the post. Services restored.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2021-01-10 18:25
|
||||
---
|
||||
The database server is locking up, we're running triage on it now and trying to get it back in working order.
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Planned Maintenance
|
||||
published: true
|
||||
date: 2021-02-24 19:45
|
||||
---
|
||||
I am planning on conducting maintenance on the physical machine that holds the Nextcloud VM.
|
||||
Part of this maintenance includes swapping in a new hard-disk to allow for more growth.
|
||||
I expect that the service will be down for an entire day, but I am hopeful that it will be shorter.
|
||||
|
||||
I will begin 02-25-21 around 13:00.
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2021-02-24 18:25
|
||||
---
|
||||
|
||||
Our Nextcloud will be temporarily unavailable while we update to version 20.0.8.
|
||||
The disruption should not last longer than thirty minutes, and will likely take less.
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Service Update
|
||||
published: true
|
||||
date: 2021-02-24 18:30
|
||||
---
|
||||
Upgrade complete, please inform us of any errors you experience.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Planned Maintenance
|
||||
published: true
|
||||
date: 2021-02-25 15:45
|
||||
---
|
||||
Unforeseen circumstances have lead to a delay on maintenance. New estimated start is 23:00 tonight.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Unplanned Down time
|
||||
published: true
|
||||
date: 2021-09-02 12:00
|
||||
---
|
||||
Moving houses has caused more down time than expected. The git server and other services held on "WarRig" will return as soon as possible.
|
||||
No ETA can be given, as I'm still unpacking to find the cables needed to plug it in.
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
date: 2021-09-20 13:40
|
||||
---
|
||||
To try and alleviate some issues with the Minecraft server, I'm moving it from "HP-PVE" to "WarRig-PVE" to give it more resources.
|
||||
This should be done within an hour.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
date: 2021-09-20 13:45
|
||||
---
|
||||
Moving the Minecraft server container from "HP-PVE" to "WarRig-PVE" is complete.
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
date: 2021-12-28 00:01
|
||||
---
|
||||
XFINITY has decided, in their infinite wisdom, that we've used ~300GB more data than the routers are reporting that we've used.
|
||||
I've shut down nearly everything to avoid getting a nasty overage fee.
|
||||
(They say we've got ~46GB left out of 1229GB, my routers say we've used ~950GB)
|
||||
|
Binary file not shown.
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
author: RaxVentus
|
||||
date: 2022-07-18 17:00
|
||||
---
|
||||
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
author: RaxVentus
|
||||
date: 2023-07-07 06:00
|
||||
---
|
||||
|
||||
Our Nextcloud server will be going down while it is migratign to another machine.
|
||||
Our Nextcloud server will be going down while it is migrating to another machine.
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
author: RaxVentus
|
||||
date: 2023-07-24 20:00
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
author: RaxVentus
|
||||
date: 2023-09-15 17:45
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: Operations Update
|
||||
published: true
|
||||
author: RaxVentus
|
||||
date: 2023-10-27 18:20
|
||||
---
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
float: right;
|
||||
max-width: 128px;
|
||||
max-height: 128px;
|
||||
margin-right: 4px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 90 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue