From 54d7cdcb381c831d75ecf5e1a5ff5f635258938f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 28 Jul 2009 17:12:02 +0200 Subject: [PATCH] collectd.conf: Added sample security configuration. --- debian/collectd.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/collectd.conf b/debian/collectd.conf index 3d26fa6..417b027 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -357,9 +357,16 @@ LoadPlugin users # # Server "ff18::efc0:4a42" "25826" -# Server "239.192.74.66" "25826" +# +# SecurityLevel Encrypt +# Username "user" +# Password "secret" +# # Listen "ff18::efc0:4a42" "25826" -# Listen "239.192.74.66" "25826" +# +# SecurityLevel Sign +# AuthFile "/etc/collectd/passwd" +# # TimeToLive "128" # Forward false # CacheFlush 1800 -- 2.30.2