在 collectd 中启用 write_http
Enable write_http in collectd
我正在尝试从源代码构建 collectd 并想探索 write_http 插件。但是,当配置为 运行 时,它显示:
write_graphite . . . yes
write_http . . . . . no
write_kafka . . . . . no
如何启用?是否需要一些特定的依赖项?
为了启用write_http插件,安装libcurl-devel依赖项
apt-get install -y libcurl-devel
我正在尝试从源代码构建 collectd 并想探索 write_http 插件。但是,当配置为 运行 时,它显示:
write_graphite . . . yes
write_http . . . . . no
write_kafka . . . . . no
如何启用?是否需要一些特定的依赖项?
为了启用write_http插件,安装libcurl-devel依赖项
apt-get install -y libcurl-devel