vigeeking / dharma

My goal is to create a pipeline that is built exclusively with tools I either already know, or am only learning because they provide added value to the project
GNU General Public License v3.0
0 stars 0 forks source link

website monitoring #11

Open vigeeking opened 4 years ago

vigeeking commented 4 years ago

When I tried to get let's encrypt working for mattermost, I broke the website itself. While I was troubleshooting that, I noticed that one of the dashboard places specifically said "no errors reported, but if you may not have set things up" or something to that effect. Following that garden path led to this: https://cloud.google.com/error-reporting/docs/setup/ which led me to this: https://cloud.google.com/logging/docs/agent/installation I would like to be able to know if a vm I am running is not acting the way that it should, and to enable that I need to follow the above path. This task is done when I have a failing test for website monitoring, but through fixing the error the test passes.