0

I have couple of VMs created on Google cloud platform and deployed tomcat based applications. Now, I would like to monitor the resources (like Memory , CPU, disk , applications etc). Is there any way that I could do this through GCP? an event of failure, a notification should be sent to our email addresses. I am thinking of creating a shell script but again it will be like a reinventing the wheel.

I would like to see what are my options here? If the VM is crashed itself or in a shutdown state, I want to receive a notification on that as well.

Thanks Shankar

Pauloba
  • 115
  • 5

1 Answers1

1

You can use Stackdriver Monitoring for system resources such as memory, CPU and disk space. You can configure an alerting policy for certain metric thresholds and Uptime checks which can notify you by email that an event has occurred. The basic tier, which is free, should provide you all the necessary tools to monitor your GCP VMs. You may want to compare the basic and premium tier packages to decide which is best for you

Patrick W
  • 582
  • 2
  • 8