| 8 Dec 2024 |
hexa | finally | 22:50:39 |
hexa |  Download image.png | 22:50:39 |
@adam:robins.wtf | Nice | 23:57:10 |
@adam:robins.wtf | I definitely need that collation mismatch alert ;) | 23:57:41 |
| 9 Dec 2024 |
hexa | pay up! 😄 | 00:00:13 |
@adam:robins.wtf | i gotta set up loki first | 00:00:28 |
hexa | man, I hate how shitty log based alerting is | 00:00:31 |
hexa | it could be so simple afer all | 00:00:39 |
hexa | * it could be so simple after all | 00:00:42 |
hexa | e.g. logwatch | 00:00:53 |
@adam:robins.wtf | what's the whole, working, rule look like? | 00:03:01 |
hexa | count_over_time({unit="postgresql.service"}
|~ "database \"[^\"]+\" has a collation version mismatch"
| regexp "database \"(?<database>[^\"]+)\""
[5m])
| 00:03:47 |
magic_rb | In reply to @hexa:lossy.network sent an image. Alerts through matrix? Bold move | 00:04:14 |
hexa | falls back to pushover when synapse or the bot are not up | 00:04:52 |
hexa | that is why alertmanager support routing 🤷 | 00:05:11 |
hexa | * that is why alertmanager supports routing 🤷 | 00:05:25 |
magic_rb | Ah cool | 00:05:28 |