fix unixsock permissions in the example
This commit is contained in:
parent
2518c92ca3
commit
310c152741
|
|
@ -15,6 +15,10 @@ Install and configure `collectd` with the `unixsock` plugin. For per-second upda
|
||||||
Interval 1 # Sample data every 1 second
|
Interval 1 # Sample data every 1 second
|
||||||
|
|
||||||
LoadPlugin unixsock
|
LoadPlugin unixsock
|
||||||
|
<Plugin unixsock>
|
||||||
|
SocketPerms "0666"
|
||||||
|
</Plugin>
|
||||||
|
|
||||||
|
|
||||||
# Enable the plugins you want to use
|
# Enable the plugins you want to use
|
||||||
LoadPlugin cpu
|
LoadPlugin cpu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue