Today I went for my sunday walk in Berlins botanical garden.

When I exited and looked at my phone I saw the following e-mail.

  
1 alert for alertname=LoginAlert

View In Alertmanager
[1] Firing
Labels
alertname = LoginAlert
host = abeto
severity = info
Annotations
message = SSH login detected on abeto for user from .
title = SSH login detected

While pretty calm about it - I was just going on my walk after all - this was still unusual, so I followed the standard playbook.

Plan

Execution

So, as it turns out it was just a false alarm.

Follow up Fix

Change the alert query to not fall for that one again. I opted for a simple added behind the first Accepted filter.

Stats

So it took a total of 15 minutes for the actual fix. Thanks to Loki, Grafana and alertmanager

Learnings

Don’t panic, trust the process.

Oh yeah, also you should invest some time into keeping your logs somewhere and have some alerts. 100% worth it.