summaryrefslogtreecommitdiff
path: root/blog/july-status-update.md
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2021-12-22 11:49:20 -0500
committerCara Salter <cara@devcara.com>2021-12-22 11:49:20 -0500
commite362200d1a61e3d858b69c2448928e799912db5e (patch)
tree196b748ad397f75f2f3275fde83b6166a8d8d49c /blog/july-status-update.md
parent7b455b6152c52059eec584b50d43522de4366a14 (diff)
downloadsite-e362200d1a61e3d858b69c2448928e799912db5e.tar.gz
site-e362200d1a61e3d858b69c2448928e799912db5e.zip
posts: Add legacy posts
Diffstat (limited to 'blog/july-status-update.md')
-rw-r--r--blog/july-status-update.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/blog/july-status-update.md b/blog/july-status-update.md
new file mode 100644
index 0000000..58ff19d
--- /dev/null
+++ b/blog/july-status-update.md
@@ -0,0 +1,20 @@
+---
+title: "July Status Update"
+date: 2020-07-22
+series:
+ - status
+draft: false
+---
+
+This month is less heavy on the development side and goes more into what I've done to my servers. I didn't get the chance to do as much software as I would've liked, though the coding I _did_ do was fun and a learning experience.
+<!--more-->
+
+## Hackagotchi
+First things first, I've joined the dev team for [Hackagotchi][1], which is a multiplayer farming game that's currently played over Slack. Part of my job includes fixing up their practices including eliminating code from the production server in favor of automated binary deployment. I'm also working on writing a common backend for the game so we can release a standalone client.
+
+## Server Stuff
+This month I've also added monitoring via Collectd, InfluxDB, and Grafana with automated alerts going to a private discord channel. This has let me see that my servers are just a _little_ bit overloaded, which I shouldn't be too surprised by. After all, they're all running multiple things and several CPU-intensive services.
+
+Today, I set up a hosted static status page at https://status.devosmium.xyz. I plan on using this to announce maintenance or outages on all of my services, so I can have a log of what went down when and how I fixed it.
+
+[1]: https://hackagotch.io