My apache web server monitoring dashboard is missing from GCloud Monitoring (https://console.cloud.google.com/monitoring/dashboards).
It was present a month ago, but now all of a sudden it has disappeared.
My apache is running normally on a gcloud VM & it already had monitoring client installed because I was able to monitor the web server statistics. But now all of a sudden it has stopped showing up.
Any pointers on where should I look for a fix?
Solved! Go to Solution.
First thing I'd suggest is to look at this recipe:
https://cloud.google.com/monitoring/agent/plugins/apache
It seems that one needs to configure linkage between Apache and Cloud Monitoring. Since monitoring was previously present, I get the feel that this was done historically ... but maybe somehow it got "lost"? Maybe someone re-installed Apache and the recipe needs redone?
First thing I'd suggest is to look at this recipe:
https://cloud.google.com/monitoring/agent/plugins/apache
It seems that one needs to configure linkage between Apache and Cloud Monitoring. Since monitoring was previously present, I get the feel that this was done historically ... but maybe somehow it got "lost"? Maybe someone re-installed Apache and the recipe needs redone?
Seems re-installing the monitoring agent did the job. Thanks for your help.