plugin_vserver="no"
plugin_wireless="no"
plugin_write_graphite="yes"
-plugin_write_http="$with_libcurl"
+plugin_write_http="yes"
plugin_write_influxdb_udp="yes"
plugin_write_kafka="$with_librdkafka"
plugin_write_log="no"
fi
fi
+if test "x$with_libcurl" != "xyes"; then
+ plugin_write_http="no (libcurl not found)"
+fi
+if test "x$with_libyajl2" != "xyes"; then
+ plugin_write_http="no (libyajl2 not found)"
+fi
+
if test "x$with_libyajl" = "xyes"; then
plugin_ceph="yes"
plugin_log_logstash="yes"