# Howdy (an introduction)

**URL:** https://forum.crystal-lang.org/t/howdy-an-introduction/8791
**Category:** Introductions
**Created:** [March 18, 2026, 4:43am UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791 "2026-03-18T04:43:27Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![ana](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/ana/32/3271_2.png) [@ana](https://forum.crystal-lang.org/u/ana)
#### Post date: [March 18, 2026, 4:43am UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/1 "2026-03-18T04:43:27Z")

</div>

Howdy!

I’m a software engineer with a science/math background and anywhere between 4 and 9 years of experience – depending on when you want to start counting ;) – doing work in a variety of different fields including instrumentation and scientific software, numerical methods in scientific computing, and most recently “science gateway” development, which involves a lot of automation and Kubernetes knowledge!

I don’t quite remember how I learned about Crystal but it’s been bouncing around in my head for at least a month now. I’ve decided to start a new project in Crystal and likely learn more than a few things along the way: the un-originally named Crystal Uptime Monitor (name pending final approval)! Unsurprisingly, this will look at different servers/hosts and let me know if something goes wrong (website is down, server is un-pingable, certificates are close to expiry).

I aim to minimally:

- Make the monitoring targets yaml configurable
- Write it as a TUI
- Optionally enable desktop notifications
- Optionally enable Slack message notifications

Despite having done work in a variety of different languages–LabVIEW, C++, Python, bash, nushell–Crystal just seems to scratch an itch in a some part of my brain I didn’t know was there.

Hope to see y’all around!

– ana

---

<div class="post-metadata">

### Author: ![paulocoghi](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/paulocoghi/32/1429_2.png) [@paulocoghi](https://forum.crystal-lang.org/u/paulocoghi)
#### Post date: [March 18, 2026, 2:02pm UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/2 "2026-03-18T14:02:52Z")

</div>

First of all, welcome to the Crystal community! I hope success with your project!

Considering that it is an infrastructure related project, it makes perfectly sense to use Crystal. And regarding to web protocols, the language has everything that you would need.

---

<div class="post-metadata">

### Author: ![ana](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/ana/32/3271_2.png) [@ana](https://forum.crystal-lang.org/u/ana)
#### Post date: [March 18, 2026, 4:10pm UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/3 "2026-03-18T16:10:59Z")

</div>

Thanks! I’m excited to work on the project! The acronyms for Crystal Uptime Monitor are a little bit crummy, but that inspired me to give it the cute name of “crumb” 🍪

As excited as I am, I’m sure I’ll run into some trouble even after reading through the friendly manual. Luckily y’all seem just as friendly :)

---

<div class="post-metadata">

### Author: ![alanmsant2](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/alanmsant2/32/2317_2.png) [@alanmsant2](https://forum.crystal-lang.org/u/alanmsant2)
#### Post date: [March 18, 2026, 4:15pm UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/4 "2026-03-18T16:15:15Z")

</div>

Hi Ana,

I found your project idea very interesting, and it’s actually something I was looking for – if there were any projects already done in Crystal Reports.

If I understand correctly, what you intend to do would be something similar to what the Blackbox-Exporter in Prometheus does?

I’m interested in doing something along those lines (but I still need to learn more about the language and its features).

---

<div class="post-metadata">

### Author: ![ana](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/ana/32/3271_2.png) [@ana](https://forum.crystal-lang.org/u/ana)
#### Post date: [March 18, 2026, 5:31pm UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/5 "2026-03-18T17:31:13Z")

</div>

Hey Alan. Yep, I was thinking of something along those lines, although truthfully I’m more inspired by software like [uptime-kuma](https://github.com/louislam/uptime-kuma) and [gatus](https://github.com/TwiN/gatus).

I’ll be sure to share whenever I get some minimal functionality going so you can have a look.

---

<div class="post-metadata">

### Author: ![jgaskins](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/jgaskins/32/2449_2.png) [@jgaskins](https://forum.crystal-lang.org/u/jgaskins)
#### Post date: [March 18, 2026, 11:15pm UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/6 "2026-03-18T23:15:13Z")

</div>

> [@ana](#):
>
> this will look at different servers/hosts and let me know if something goes wrong (website is down, server is un-pingable, certificates are close to expiry)

Hell yes! As a recovering SRE (just kidding, I’m still neck-deep in it) it’s great seeing infrastructure projects in Crystal.

> [@ana](#):
>
> the un-originally named Crystal Uptime Monitor (name pending final approval)

I have no comments on originality (I like when you can infer what a project does by its name), but I’d recommend having a teenager take a look at the acronym to determine whether you want to use it. An adult with the maturity of a teenager will also work.

---

<div class="post-metadata">

### Author: ![ana](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/ana/32/3271_2.png) [@ana](https://forum.crystal-lang.org/u/ana)
#### Post date: [March 19, 2026, 1:05am UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/7 "2026-03-19T01:05:07Z")

</div>

> [@jgaskins](#):
>
> I have no comments on originality (I like when you can infer what a project does by its name), but I’d recommend having a teenager take a look at the acronym to determine whether you want to use it. An adult with the maturity of a teenager will also work.

I agree, and I’m one step ahead of you, friend; hence the “(name pending final approval)”. As I’m one of those adults with the maturity of a teenager, the local repo is named exactly what you might be thinking, but I wasn’t going to make my first interaction on the forum ban-worthy :)

For whatever it’s worth, I think CRUMB, the CRystal Uptime Monitor (with a little B on the side) makes for a project logo that almost draws itself 🍪 🐝

---

<div class="post-metadata">

### Author: ![paulocoghi](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/paulocoghi/32/1429_2.png) [@paulocoghi](https://forum.crystal-lang.org/u/paulocoghi)
#### Post date: [March 19, 2026, 6:53am UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/8 "2026-03-19T06:53:18Z")

</div>

IMHO Crumb is interesting because it joins other kitchen concepts used on internet tech, like cookies. 🍪

So an admin can think of each “crumb” as one individual “status signal” sent by the monitor.

I like it. Just my 2c.

---

<div class="post-metadata">

### Author: ![Xen](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.crystal-lang.org/xen/32/2288_2.png) [@Xen](https://forum.crystal-lang.org/u/Xen)
#### Post date: [March 25, 2026, 7:09pm UTC](https://forum.crystal-lang.org/t/howdy-an-introduction/8791/9 "2026-03-25T19:09:56Z")

</div>

> [@ana](#):
>
> Crystal just seems to scratch an itch in a some part of my brain I didn’t know was there.

Welcome to the club… Keep trying to find projects to write in Crystal.

> [@jgaskins](#):
>
> (I like when you can infer what a project does by its name)

Me too, but I have a soft spot for cute names. [Snort](https://www.snort.org/) is one of my all-time favourites, earning double points on the logo.

I once hacked on a server monitoring tool (think Nagios) named 1984. Doubled as the port number, of course.
