1 2 3 4 5 6 7 8 9 10 |
[plugin] title=Memcached Stats in DATA_DICTIONARY tables description=Some DATA_DICTIONARY tables that provide Memcached stats load_by_default=no static=no disabled=yes headers=stats_table.h analysis_table.h sources=memcached_stats.cc stats_table.cc analysis_table.cc build_conditional="${pandora_cv_recent_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno" ldflags=${LTLIBMEMCACHED} |