Page 1 of 1

google cloud platform plugin

Posted: Wed May 18, 2016 6:01 am
by zahik
we are starting to use googles cloud

in amazon we are using this fine plugin to check lb ,ec2
http://maglub.github.io/nagios-cloudwatch/


do anyone know of a similar plugin for google cloud platform modules

compute engine
container engine
dataproc

https://console.cloud.google.com


thanks

Re: google cloud platform plugin

Posted: Wed May 18, 2016 3:08 pm
by ssax
I didn't find any nagios specific plugins on our exchange (or on google) but I did find this blog post that may be helpful:

https://cloudplatform.googleblog.com/20 ... d-api.html

And these:

Code: Select all

https://github.com/google/google-api-php-client/blob/v1-master/src/Google/Service/Monitoring.php

Code: Select all

https://github.com/google/google-api-objectivec-client#svn%2Ftrunk%2FSource%2FServices
That should get you started on getting the data you're looking to monitor.

Re: google cloud platform plugin

Posted: Sun May 29, 2016 4:56 am
by zahik
thanks i will look into those links

Re: google cloud platform plugin

Posted: Mon May 30, 2016 7:25 am
by rkennedy
Let us know if you have any further questions.