0
0

More than 3 years have passed since last update.

Fix Collectd permission problem

Last updated at Posted at 2020-04-03

When collectd has permission problem. e.g. hddtemp plugin
*** plugin: *** failed: Permission denied
Do below,

audit2allow -a
audit2allow -a -M collectd_t
semodule -i collectd_t.pp

In case of permission problem of openvpn plogin,

setenforce 0

reference:
https://stackoverflow.com/questions/34787016/collectd-permission-denied-to-connect-to-remote-host

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0