TECHIES WORLD

For Techs.... Techniques.... Technologies....

AWSBashLinux

Error: plugin_load: Could not find plugin "write_http" in /usr/lib64/collectd

plugin_load: Could not find plugin "write_http" in /usr/lib64/collectd

This error happens due to the missing of collectd plugin write_http.

We can install the same using the following command.

#yum -y install collectd-write_http

Now the collectd service need to be restarted.

#systemctl restart collectd

That's all…

Leave a Reply