X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=937750160ff55651a3d1aef99be6a64015be9ad5;hb=045e522816461b58e471a6ccddf4ada51236c478;hp=e967867e68c6baadc6faf4bf42f8841a4c0d488b;hpb=a7e84e967d89943bd95d3f13c25d4d283aaf43c8;p=sysdb.git diff --git a/configure.ac b/configure.ac index e967867..9377501 100644 --- a/configure.ac +++ b/configure.ac @@ -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")