From 310c152741648561c1899eb750af44c1724d522c Mon Sep 17 00:00:00 2001 From: Ondrej Novak Date: Mon, 6 Jul 2026 23:05:16 +0200 Subject: [PATCH] fix unixsock permissions in the example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f64cc56..07e4b22 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Install and configure `collectd` with the `unixsock` plugin. For per-second upda Interval 1 # Sample data every 1 second LoadPlugin unixsock + + SocketPerms "0666" + + # Enable the plugins you want to use LoadPlugin cpu