]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/cephadm/templates/services/promtail.yml.j2
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / promtail.yml.j2
index f500f5d22eef2d815d5012a138251aa8ae39f417..5ce7a3103522617b5037f0feb3882c3547f0ac67 100644 (file)
@@ -12,10 +12,6 @@ clients:
 scrape_configs:
 - job_name: system
   static_configs:
-  - targets:
-{% for url in hostnames %}
-    - {{ url }}
-{% endfor %}
-    labels:
+  - labels:
       job: Cluster Logs
-      __path__: /var/log/ceph/**/*.log
+      __path__: /var/log/ceph/**/*.log
\ No newline at end of file