Regenerate integrations docs (#20781)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Aug 8, 2025 at 22:27 UTC
b7b6748f124a2d80d6545b30321291e0d5f96027
1 file changed
+14
-1
src/go/plugin/go.d/collector/memcached/integrations/memcached.md
+14
-1
@@ -97,7 +97,20 @@ The following alerts are available:
97
98
### Prerequisites
99
100
-No action required.
100
+#### UNIX socket access
101
+
102
+If you are connecting to Memcached via its UNIX socket, ensure that the `netdata` user
103
+has permission to access it. You can do this by:
104
+
105
+1. Adding the `netdata` user to the `memcache` group.
106
+ ```bash
107
+ sudo gpasswd -a netdata memcache
108
+ ```
109
+2. Configuring the socket permissions in `/etc/memcached.conf` so the group has access (e.g. `-a 770`).
110
+
111
+**Note**: You may need to restart Memcached after making these changes for them to take effect.
112
+
113
+
114
115
### Configuration
116