From: Florian Forster Date: Sat, 20 Jun 2015 06:53:24 +0000 (+0200) Subject: collectd.conf: Improve example configs. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=ff8c240420410198739a86f89feeff8d5c6184b3;p=collectd.git collectd.conf: Improve example configs. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 8880904c..6a096430 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1676,13 +1676,13 @@ # # -# Project "gcp-project-id" +# Project "stackdriver-account" # CredentialFile "/path/to/gcp-project-id-12345.json" # Email "123456789012@developer.gserviceaccount.com" # # project_id "gcp-project-id" # -# Url "https://www.googleapis.com/cloudmonitoring/v2beta2" +# Url "https://monitoring.googleapis.com/v3" # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 667e488e..e293d495 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -9351,7 +9351,10 @@ I and used to authenticate to GCM. B - Project "123456789012" + CredentialFile "/path/to/service_account.json" + + project_id "monitored_project" + =over 4