Installing monitoring agents on gcp vm instances
- Create an linux vm instance
- Install an apache server and stress tool
sudo apt update
sudo apt install apache2 -y
sudo apt install stress -y
- For memory and disk monitoring we need to install agents Refer Here for steps to install agent

- Now play with the metrics and create charts, add them to dashboard
- Now lets look at notification channels
- Exercise: Create the apache server and modify the notification channel to send the notification when apache server is down
