From 863e7ed2f00759631759b393a00680deb0a66711 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Mon, 19 Jul 2021 10:49:30 -0400 Subject: [PATCH] Minor fixes to OSP13 base configuration Reported by Leonid Natapov in chat --- .../proc_creating-the-base-configuration-for-stf.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc-Service-Telemetry-Framework/modules/proc_creating-the-base-configuration-for-stf.adoc b/doc-Service-Telemetry-Framework/modules/proc_creating-the-base-configuration-for-stf.adoc index 4afba5ce..28c0d43a 100644 --- a/doc-Service-Telemetry-Framework/modules/proc_creating-the-base-configuration-for-stf.adoc +++ b/doc-Service-Telemetry-Framework/modules/proc_creating-the-base-configuration-for-stf.adoc @@ -94,14 +94,11 @@ parameter_defaults: # receive extra information about virtual memory collectd::plugin::vmem::verbose: true - # provide the human-friendly name of the virtual instance - collectd::plugin::virt::plugin_instance_format: metadata - # set memcached collectd plugin to report its metrics by hostname # rather than host IP, ensuring metrics in the dashboard remain uniform collectd::plugin::memcached::instances: local: - host: "%{hiera(fqdn_canonical)}" + host: "%{hiera('fqdn_canonical')}" port: 11211 # align defaults across OSP versions