From ff8c240420410198739a86f89feeff8d5c6184b3 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 20 Jun 2015 08:53:24 +0200 Subject: [PATCH] collectd.conf: Improve example configs. --- src/collectd.conf.in | 4 ++-- src/collectd.conf.pod | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.11.0