]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Tell collectd to log any Python tracebacks 117/head
authorZack Cerza <zack@redhat.com>
Thu, 27 Jul 2017 18:48:45 +0000 (11:48 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 8 Sep 2017 20:24:46 +0000 (14:24 -0600)
So that users can generate more useful bug reports.

Signed-off-by: Zack Cerza <zack@redhat.com>
etc/collectd.d/cephmetrics.conf

index b669f2de4e3137f7909767e8a280e1d050d33e9d..1f5f6ceff5ca467726b830d4e3255daf567317c0 100644 (file)
@@ -2,7 +2,7 @@ LoadPlugin "python"
 
 <Plugin python>
     ModulePath "/usr/lib64/collectd/cephmetrics"
-
+    LogTraces true
     Import "cephmetrics"
     <Module cephmetrics>
         ClusterName "ceph"