Not a Grav specific question. Thought I'd ask here, some smart people about :)
Do any of you use a script or tool to check websites for error pages? I had a client report some erroring pages recently, and to my embarrassment they had been that way for a few months. (I did an incomplete theme refactor so a partial template was missing.)
It got me thinking that it's about time I had some kind of automated check. It probably doesn't require continual monitoring, I can just use it as part of the deployment pipeline.
I know I can get there using wget or curl in a shell or PHP script, but thought I'd see if that's already been done. I'd like to be notified of anything non-200 probably. Search isn't turning much up for me.
There's the awesome Uptime Kuma and I have an app for checking that sites are up (which just hit the homepage). Needing something a little more dynamic. Can anyone point me in the right direction?