Code

store::network: Add a store writer plugin sending objects over the network.
[sysdb.git] / configure.ac
index 59f4ee7c413c0e5c5cdfeb2f66309d0e86d5d89e..325a733a2a5d526694bbdd5b58a7cf8d452d4414 100644 (file)
@@ -672,6 +672,11 @@ Time-series fetchers:])
 AC_SDB_PLUGIN([timeseries-rrdtool], [$rrdtool_default],
                [fetch time-series data from RRD files])
 
+m4_divert_once([HELP_ENABLE], [
+Store writers:])
+AC_SDB_PLUGIN([store-network], [yes],
+               [send stored objects to a remote instance])
+
 m4_divert_once([HELP_ENABLE], [
 Plugins:])
 
@@ -727,6 +732,9 @@ AC_MSG_RESULT()
 AC_MSG_RESULT([  Time-series fetchers:])
 AC_MSG_RESULT([    rrdtool:  . . . . . . . . . $enable_timeseries_rrdtool])
 AC_MSG_RESULT()
+AC_MSG_RESULT([  Store writers:])
+AC_MSG_RESULT([    network:  . . . . . . . . . $enable_store_network])
+AC_MSG_RESULT()
 AC_MSG_RESULT([  Plugins:])
 AC_MSG_RESULT([    cname::dns: . . . . . . . . $enable_cname_dns])
 AC_MSG_RESULT([    syslog: . . . . . . . . . . $enable_syslog])