]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
open_telemetry plugin: Update the synopsis in the manpage.
authorFlorian Forster <octo@collectd.org>
Fri, 2 Feb 2024 15:18:19 +0000 (16:18 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 20 Feb 2024 14:28:50 +0000 (15:28 +0100)
src/collectd.conf.pod

index 0aadd0e74c156cd2482b6a86797c85d8a8c7c18a..a9881b02ff6d18fd1f79ea05f7cb26b1d6223940 100644 (file)
@@ -7167,9 +7167,14 @@ B<Synopsis:>
       SSLCACertificateFile "/path/to/root.pem"
       SSLCertificateFile "/path/to/client.pem"
       SSLCertificateKeyFile "/path/to/client.key"
-      VerifyPeer false
+      VerifyPeer true
     </Receiver>
-    Exporter "localhost" "4317"
+    <Exporter "localhost" "4317">
+      EnableSSL false
+      SSLCACertificateFile "/path/to/root.pem"
+      SSLCertificateFile "/path/to/client.pem"
+      SSLCertificateKeyFile "/path/to/client.key"
+    </Exporter>
   </Plugin>
 
 =over 4