Return parameters into ceph input plugin conf file

Change-Id: I32115596e5bafe20eca6205f45224878f1374421
diff --git a/ceph/files/telegraf.conf b/ceph/files/telegraf.conf
index 3e8ad9b..2ce6c27 100644
--- a/ceph/files/telegraf.conf
+++ b/ceph/files/telegraf.conf
@@ -4,9 +4,13 @@
 {%- endif %}
   gather_admin_socket_stats = {{ values.gather_admin_socket_stats|lower }}
   gather_cluster_stats = {{ values.gather_cluster_stats|lower }}
+  gather_pool_loads = {{ values.gather_pool_loads|lower }}
 {%- if values.ceph_binary is defined %}
   ceph_binary = "{{ values.ceph_binary }}"
 {%- endif %}
+{%- if values.rados_binary is defined %}
+  rados_binary = "{{ values.rados_binary }}"
+{%- endif %}
 {%- if values.ceph_config is defined %}
   ceph_config = "{{ values.ceph_config }}"
 {%- endif %}