TUM-Dev / TUM.sexy

A website providing links, redirects and tools related to the Technical University Munich :dancer::books:
https://tum.sexy
GNU General Public License v2.0
89 stars 60 forks source link

404 on all links #302

Closed xarantolus closed 7 months ago

xarantolus commented 7 months ago

It looks like all links are currently 404ing, e.g. https://tum.sexy, https://sp.tum.sexy/ etc. Maybe something with a recent deployment went wrong?

CommanderStorm commented 7 months ago

Interesting. Thanks for the report ^^ (TL;DR: fixed it and tested that it won't happen again)

Reason why monitoring did not catch it earlier is the (insane) level of false alarms and us missing a monitor for cal.tum.sexy

![image](https://github.com/TUM-Dev/CalendarProxy/assets/26258709/c54c78eb-1102-40e7-a174-42eb8474b1c0)

The reason this happened in the first place was that we had not configured these services (tum.sexy, cal.tum.sexy) with the correct restart-policy (fun game: which of these comes back online after a restart: restart: on-failure vs restart: unless-stoped vs restart: no) ⇒ they stayed down after the node they are on restarting

xarantolus commented 7 months ago

Thank you so much! :)