From 7c0343ce60a3c51edb409de96dc08e2cc7a88abf Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 11 Mar 2012 13:04:13 +0100 Subject: [PATCH] collectd.conf(5): Improve the network plugin's documentation. The example given was confusing since it didn't make it clear enough, that only one "Server" stanza is required. Resolves GitHub issue #19. --- src/collectd.conf.pod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 62374b62..74249d7f 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2502,10 +2502,18 @@ The default IPv6 multicast group is C. The default IPv4 multicast group is C<239.192.74.66>. The default I port is B<25826>. Both, B and B can be used as single option or as block. When -used as block, given options are valid for this socket only. For example: +used as block, given options are valid for this socket only. The following +example will export the metrics twice: Once to an "internal" server (without +encryption and signing) and one to an external server (with cryptographic +signature): + # Export to an internal server + # (demonstrates usage without additional options) Server "collectd.internal.tld" + + # Export to an external server + # (demonstrates usage with signature options) SecurityLevel "sign" Username "myhostname" -- 2.30.2