In this short tutorial we will see how to built an application that can be used as a (simple) Nagios but, without the need to set up a server and maintain a lot of code. It’s not a replacement to a ‘full’ monitoring systems that give you rich set of abilities but more ‘an idea’ to show you the power of Google cloud with Apps script. The main three components of our system will be:
- Google Spreadsheet – We will use two sheets. One to allow us to set configuration data like: urls to monitor, email to get notifications etc’. The other will be our ‘log’. We will write to it all the alerts so we could analyze them later.
- Google Form – This will be a quick and easy way to acknowledge that we are aware for the situation and we wish to mute the emails.
- Apps Script – All the logic for the checks, alerts and everything in between will be done with a short script with one trigger.
For the first two components, we will use a regular google sheet that looks similar to this: Continue reading






