Code

cname::dns: Added first version of a plugin to query DNS for cnames.
[sysdb.git] / configure.ac
index e967867e68c6baadc6faf4bf42f8841a4c0d488b..937750160ff55651a3d1aef99be6a64015be9ad5 100644 (file)
@@ -244,6 +244,10 @@ AC_SDB_PLUGIN([mk-livestatus], [yes],
                [backend accessing Nagios/Icinga/Shinken using MK Livestatus])
 AC_SDB_PLUGIN([puppet-storeconfigs], [$puppet_storeconfigs_default],
                [backend accessing the Puppet stored configuration database])
+AC_SDB_PLUGIN([syslog], [yes],
+               [plugin logging to syslog])
+AC_SDB_PLUGIN([cname-dns], [yes],
+               [canonicalize hostnames by querying DNS])
 
 AM_CONDITIONAL([BUILD_DOCUMENTATION], test "x$build_documentation" = "xyes")