configure.in 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_REVISION ($Revision$)
  3. AC_PREREQ(2.59)
  4. AC_INIT(nagios-plugins,1.4.12)
  5. AC_CONFIG_SRCDIR(NPTest.pm)
  6. AC_CONFIG_FILES(gl/Makefile)
  7. AC_CONFIG_AUX_DIR(build-aux)
  8. AM_INIT_AUTOMAKE([1.8.3])
  9. AM_CONFIG_HEADER(config.h)
  10. AC_CANONICAL_HOST
  11. RELEASE=1
  12. AC_SUBST(RELEASE)
  13. AC_PREFIX_DEFAULT(/usr/local/nagios)
  14. dnl Deprecated configure options
  15. dnl Append user (-o), group (-g), mode (-m) to install command
  16. dnl There is an assumption that this is possible with ./configure's chosen install command
  17. extra_install_args=""
  18. AC_ARG_WITH(nagios_user,
  19. ACX_HELP_STRING([--with-nagios-user=USER],
  20. [Installs executables with this user. Defaults to install user]),
  21. extra_install_args="-o $withval")
  22. AC_ARG_WITH(nagios_group,
  23. ACX_HELP_STRING([--with-nagios-group=GROUP],
  24. [Installs executables with this group. Defaults to install user]),
  25. extra_install_args="$extra_install_args -g $withval")
  26. AC_ARG_WITH(world_permissions,
  27. ACX_HELP_STRING([--without-world-permissions],
  28. [Installs executables without world permissions]))
  29. if test "x$with_world_permissions" = xno ; then
  30. extra_install_args="$extra_install_args -m 0550"
  31. fi
  32. INSTALL="$INSTALL $extra_install_args"
  33. INSTALL_STRIP_PROGRAM="$INSTALL_STRIP_PROGRAM $extra_install_args"
  34. AC_SUBST(INSTALL)
  35. AC_PROG_CC
  36. gl_EARLY
  37. AC_PROG_GCC_TRADITIONAL
  38. AC_PROG_LIBTOOL
  39. AM_PROG_CC_C_O
  40. AC_FUNC_ERROR_AT_LINE
  41. AC_SYS_LARGEFILE
  42. ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
  43. PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'`
  44. AC_SUBST(PLUGIN_TEST)dnl
  45. SCRIPT_TEST=`echo $srcdir/plugins-scripts/t/*.t|sed -e 's,\.*/plugins-scripts/,,g'`
  46. AC_SUBST(SCRIPT_TEST)dnl
  47. WARRANTY="The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n"
  48. AC_SUBST(WARRANTY)
  49. SUPPORT="Send email to nagios-users@lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel@lists.sourceforge.net.\nPlease include version information with all correspondence (when possible,\nuse output from the --version option of the plugin itself).\n"
  50. AC_SUBST(SUPPORT)
  51. dnl CGIURL has changed for Nagios with 1.0 beta
  52. AC_ARG_WITH(cgiurl,
  53. ACX_HELP_STRING([--with-cgiurl=DIR],
  54. [sets URL for cgi programs]),
  55. with_cgiurl=$withval,
  56. with_cgiurl=/nagios/cgi-bin)
  57. CGIURL="$with_cgiurl"
  58. AC_DEFINE_UNQUOTED(CGIURL,"$CGIURL",[URL of CGI programs])
  59. AC_ARG_WITH(trusted_path,
  60. ACX_HELP_STRING([--with-trusted-path=PATH],
  61. [sets trusted path for executables called by scripts (default=/bin:/sbin:/usr/bin:/usr/sbin)]),
  62. with_trusted_path=$withval,
  63. with_trusted_path=/bin:/sbin:/usr/bin:/usr/sbin)
  64. AC_SUBST(with_trusted_path)
  65. EXTRAS=
  66. EXTRAS_ROOT=
  67. dnl PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/etc:/usr/local/bin:/usr/local/sbin:$PATH
  68. LDFLAGS="$LDFLAGS -L."
  69. ac_cv_uname_m=`uname -m`
  70. ac_cv_uname_s=`uname -s`
  71. ac_cv_uname_r=`uname -r`
  72. ac_cv_uname_v=`uname -v`
  73. PKG_ARCH=`uname -p`
  74. REV_DATESTAMP=`date '+%Y.%m.%d.%H.%M'`
  75. REV_TIMESTAMP=`date '+%Y%m%d%H%M%S'`
  76. AC_SUBST(PKG_ARCH)
  77. AC_SUBST(REV_DATESTAMP)
  78. AC_SUBST(REV_TIMESTAMP)
  79. dnl Checks for programs.
  80. AC_PATH_PROG(PYTHON,python)
  81. AC_PATH_PROG(SH,sh)
  82. AC_PATH_PROG(PERL,perl)
  83. AC_PATH_PROG(LIBGNUTLS_CONFIG,libgnutls-config)
  84. AC_PATH_PROG(HOSTNAME,hostname)
  85. AC_PATH_PROG(BASENAME,basename)
  86. dnl allow them to override the path of perl
  87. AC_ARG_WITH(perl,
  88. ACX_HELP_STRING([--with-perl=PATH],
  89. [sets path to perl executable]),
  90. with_perl=$withval,with_perl=$PERL)
  91. AC_SUBST(PERL, $with_perl)
  92. dnl openssl/gnutls
  93. AC_ARG_WITH(openssl,
  94. AC_HELP_STRING([--with-openssl=DIR],
  95. [path to openssl installation]),)
  96. AC_ARG_WITH(gnutls,
  97. ACX_HELP_STRING([--with-gnutls=PATH],
  98. [path to gnutls installation root]),)
  99. dnl you can only have one or the other
  100. if test ! "$with_openssl" = "" && test ! "$with_openssl" = "no"; then
  101. with_gnutls="no"
  102. fi
  103. if test ! "$with_gnutls" = "" && test ! "$with_gnutls" = "no"; then
  104. with_openssl="no"
  105. fi
  106. dnl list of possible dirs to try to autodetect openssl
  107. dnl if $dir/include exists, we consider it found
  108. dnl the order should allow locally installed versions to override distros' ones
  109. OPENSSL_DIRS="/usr /usr/local /usr/slocal /usr/local/openssl /usr/local/ssl \
  110. /opt /opt/openssl"
  111. dnl
  112. dnl Checks for libraries.
  113. dnl
  114. AC_CHECK_LIB(dce,main,SOCKETLIBS="$SOCKETLIBS -ldce")
  115. AC_CHECK_LIB(nsl,main,SOCKETLIBS="$SOCKETLIBS -lnsl")
  116. AC_CHECK_LIB(socket,socket,SOCKETLIBS="$SOCKETLIBS -lsocket")
  117. AC_CHECK_LIB(resolv,main,SOCKETLIBS="$SOCKETLIBS -lresolv")
  118. AC_SUBST(SOCKETLIBS)
  119. dnl
  120. dnl check for math-related functions needing -lm
  121. AC_CHECK_HEADERS(math.h)
  122. AC_CHECK_LIB(m,floor,MATHLIBS="-lm")
  123. AC_SUBST(MATHLIBS)
  124. dnl Check for libtap, to run perl-like tests
  125. AC_CHECK_LIB(tap, plan_tests,
  126. EXTRA_TEST="test_utils test_disk test_tcp test_cmd test_base64"
  127. AC_SUBST(EXTRA_TEST)
  128. )
  129. dnl INI Parsing
  130. AC_ARG_ENABLE(extra-opts,
  131. AC_HELP_STRING([--enable-extra-opts],
  132. [Enables parsing of plugins ini config files for extra options (default: no)]),
  133. [enable_extra_opts=$enableval],
  134. [enable_extra_opts=no])
  135. AM_CONDITIONAL([USE_PARSE_INI],[test "$enable_extra_opts" = "yes"])
  136. if test "$enable_extra_opts" = "yes" ; then
  137. EXTRA_TEST="$EXTRA_TEST test_ini test_opts"
  138. AC_SUBST(EXTRA_TEST)
  139. AC_DEFINE(NP_EXTRA_OPTS,[1],[Enable INI file parsing.])
  140. fi
  141. dnl Check for PostgreSQL libraries
  142. _SAVEDLIBS="$LIBS"
  143. _SAVEDCPPFLAGS="$CPPFLAGS"
  144. AC_ARG_WITH(pgsql,
  145. ACX_HELP_STRING([--with-pgsql=DIR],
  146. [sets path to pgsql installation]),
  147. PGSQL=$withval,)
  148. AC_CHECK_LIB(crypt,main)
  149. if test "$ac_cv_lib_crypt_main" = "yes" -a "x$PGSQL" != "xno"; then
  150. if test -n "$PGSQL"; then
  151. LDFLAGS="$LDFLAGS -L$PGSQL/lib"
  152. CPPFLAGS="$CPPFLAGS -I$PGSQL/include"
  153. fi
  154. AC_CHECK_LIB(pq,PQsetdbLogin,,,-lcrypt)
  155. if test "$ac_cv_lib_pq_PQsetdbLogin" = "yes"; then
  156. AC_CHECK_HEADERS(pgsql/libpq-fe.h)
  157. AC_CHECK_HEADERS(postgresql/libpq-fe.h)
  158. AC_CHECK_HEADERS(libpq-fe.h)
  159. if [[ -n "$PGSQL" -a "$ac_cv_header_libpq_fe_h" = "yes" ]]; then
  160. PGLIBS="-L$PGSQL/lib -lpq -lcrypt"
  161. PGINCLUDE="-I$PGSQL/include"
  162. elif test "$ac_cv_header_pgsql_libpq_fe_h" = "yes"; then
  163. PGLIBS="-lpq -lcrypt"
  164. PGINCLUDE="-I/usr/include/pgsql"
  165. elif test "$ac_cv_header_postgresql_libpq_fe_h" = "yes"; then
  166. PGLIBS="-L$PGSQL/lib -lpq -lcrypt"
  167. PGINCLUDE="-I/usr/include/postgresql"
  168. elif test "$ac_cv_header_libpq_fe_h" = "yes"; then
  169. PGLIBS="-L$PGSQL/lib -lpq -lcrypt"
  170. PGINCLUDE="-I$PGSQL/include"
  171. fi
  172. if test -z "$PGINCLUDE"; then
  173. AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
  174. AC_MSG_WARN([install PostgreSQL headers to compile this plugin (see REQUIREMENTS).])
  175. else
  176. AC_SUBST(PGLIBS)
  177. AC_SUBST(PGINCLUDE)
  178. EXTRAS="$EXTRAS check_pgsql"
  179. fi
  180. else
  181. AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
  182. AC_MSG_WARN([LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"])
  183. AC_MSG_WARN([install PostgreSQL libs to compile this plugin (see REQUIREMENTS).])
  184. fi
  185. else
  186. AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
  187. AC_MSG_WARN([install lib crypt and PostgreSQL libs to compile this plugin (see REQUIREMENTS).])
  188. fi
  189. LIBS="$_SAVEDLIBS"
  190. CPPFLAGS="$_SAVEDCPPFLAGS"
  191. dnl Check for radius libraries
  192. _SAVEDLIBS="$LIBS"
  193. AC_CHECK_LIB(radiusclient,rc_read_config)
  194. if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then
  195. EXTRAS="$EXTRAS check_radius"
  196. RADIUSLIBS="-lradiusclient"
  197. AC_SUBST(RADIUSLIBS)
  198. else
  199. AC_CHECK_LIB(radiusclient-ng,rc_read_config)
  200. if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then
  201. EXTRAS="$EXTRAS check_radius"
  202. RADIUSLIBS="-lradiusclient-ng"
  203. AC_SUBST(RADIUSLIBS)
  204. else
  205. AC_MSG_WARN([Skipping radius plugin])
  206. AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).])
  207. fi
  208. fi
  209. LIBS="$_SAVEDLIBS"
  210. dnl Check for LDAP libraries
  211. _SAVEDLIBS="$LIBS"
  212. AC_CHECK_LIB(ldap,main,,,-llber)
  213. if test "$ac_cv_lib_ldap_main" = "yes"; then
  214. LDAPLIBS="-lldap -llber"\
  215. LDAPINCLUDE="-I/usr/include/ldap"
  216. AC_SUBST(LDAPLIBS)
  217. AC_SUBST(LDAPINCLUDE)
  218. AC_CHECK_FUNCS(ldap_set_option)
  219. EXTRAS="$EXTRAS check_ldap"
  220. AC_CHECK_FUNCS(ldap_init ldap_set_option ldap_get_option ldap_start_tls_s)
  221. else
  222. AC_MSG_WARN([Skipping LDAP plugin])
  223. AC_MSG_WARN([install LDAP libs to compile this plugin (see REQUIREMENTS).])
  224. fi
  225. LIBS="$_SAVEDLIBS"
  226. dnl Check for headers used by check_ide_smart
  227. AC_CHECK_HEADER(linux/hdreg.h, FOUNDINCLUDE=yes, FOUNDINCLUDE=no)
  228. if test "$FOUNDINCLUDE" = "yes" ; then
  229. AC_CHECK_HEADER(linux/types.h, FOUNDINCLUDE=yes, FOUNDINCLUDE=no)
  230. fi
  231. if test "$FOUNDINCLUDE" = "yes" ; then
  232. EXTRAS="$EXTRAS check_ide_smart"
  233. else
  234. AC_MSG_WARN([Skipping check_ide_smart plugin.])
  235. AC_MSG_WARN([check_ide_smart is linux specific. It requires linux/hdreg.h and linux/types.h.])
  236. fi
  237. dnl Check for mysql libraries
  238. np_mysqlclient
  239. if test $with_mysql = "no" ; then
  240. AC_MSG_WARN([Skipping mysql plugin])
  241. AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).])
  242. else
  243. EXTRAS="$EXTRAS check_mysql check_mysql_query"
  244. MYSQLINCLUDE="$np_mysql_include"
  245. MYSQLLIBS="$np_mysql_libs"
  246. MYSQLCFLAGS="$np_mysql_cflags"
  247. AC_SUBST(MYSQLINCLUDE)
  248. AC_SUBST(MYSQLLIBS)
  249. AC_SUBST(MYSQLCFLAGS)
  250. fi
  251. AC_ARG_WITH([ipv6],
  252. [AS_HELP_STRING([--with-ipv6], [support IPv6 @<:@default=check@:>@])],
  253. [], [with_ipv6=check])
  254. dnl Check for AF_INET6 support - unistd.h required for Darwin
  255. if test "$with_ipv6" != "no"; then
  256. AC_CACHE_CHECK([for IPv6 support], np_cv_sys_ipv6, [
  257. AC_TRY_COMPILE(
  258. [#ifdef HAVE_UNISTD_H
  259. #include <unistd.h>
  260. #endif
  261. #include <netinet/in.h>
  262. #include <sys/socket.h>],
  263. [struct sockaddr_in6 sin6;
  264. void *p;
  265. sin6.sin6_family = AF_INET6;
  266. sin6.sin6_port = 587;
  267. p = &sin6.sin6_addr;],
  268. [np_cv_sys_ipv6=yes],
  269. [np_cv_sys_ipv6=no])
  270. ])
  271. if test "$np_cv_sys_ipv6" = "no" -a "$with_ipv6" != "check"; then
  272. AC_MSG_FAILURE([--with-ipv6 was given, but test for IPv6 support failed])
  273. fi
  274. if test "$np_cv_sys_ipv6" = "yes"; then
  275. AC_DEFINE(USE_IPV6,1,[Enable IPv6 support])
  276. fi
  277. with_ipv6="$np_cv_sys_ipv6"
  278. fi
  279. dnl Checks for Kerberos. Must come before openssl checks for Redhat EL 3
  280. AC_CHECK_HEADERS(krb5.h,FOUNDINCLUDE=yes,FOUNDINCLUDE=no)
  281. if test "$FOUNDINCLUDE" = "no"; then
  282. _SAVEDCPPFLAGS="$CPPFLAGS"
  283. CPPFLAGS="$_SAVEDCPPFLAGS -I/usr/kerberos/include"
  284. unset ac_cv_header_krb5_h
  285. AC_CHECK_HEADERS(krb5.h,
  286. KRB5INCLUDE="-I/usr/kerberos/include"
  287. FOUNDINCLUDE=yes,
  288. FOUNDINCLUDE=no)
  289. fi
  290. AC_SUBST(KRBINCLUDE)
  291. if test "$FOUNDINCLUDE" = "no"; then
  292. CPPFLAGS="$_SAVEDCPPFLAGS"
  293. fi
  294. dnl *** The following block comes from wget configure.ac ***
  295. dnl Unfortunately, as of this writing (OpenSSL 0.9.6), the libcrypto
  296. dnl shared library doesn't record its dependency on libdl, so we
  297. dnl need to check for it ourselves so we won't fail to link due to a
  298. dnl lack of -ldl. Most OSes use dlopen(), but HP-UX uses
  299. dnl shl_load().
  300. AC_CHECK_LIB(dl,dlopen)
  301. AC_CHECK_LIB(dl,shl_load)
  302. dnl openssl detection/configuration
  303. if ! test x"$with_openssl" = x"no"; then
  304. dnl Check for OpenSSL location if it wasn't already specified
  305. if ! test -d "$with_openssl"; then
  306. for d in $OPENSSL_DIRS; do
  307. if test -x ${d}/bin/openssl || test -x ${d}/sbin/openssl ; then
  308. with_openssl=$d
  309. fi
  310. done
  311. fi
  312. _SAVEDCPPFLAGS="$CPPFLAGS"
  313. _SAVEDLDFLAGS="$LDFLAGS"
  314. dnl Check for OpenSSL header files
  315. unset FOUNDINCLUDE
  316. if test x"$with_openssl" != x"/usr" ; then
  317. CPPFLAGS="$CPPFLAGS -I$with_openssl/include"
  318. LDFLAGS="$LDFLAGS -L$with_openssl/lib"
  319. fi
  320. dnl check for openssl in $dir/include/openssl
  321. AC_CHECK_HEADERS(openssl/ssl.h openssl/x509.h openssl/rsa.h openssl/pem.h openssl/crypto.h openssl/err.h,
  322. SSLINCLUDE="-I$with_openssl/include"
  323. FOUNDINCLUDE=yes,
  324. FOUNDINCLUDE=no)
  325. dnl else check to see if $dir/include has it
  326. if test "$FOUNDINCLUDE" = "no"; then
  327. AC_CHECK_HEADERS(ssl.h x509.h rsa.h pem.h crypto.h err.h,
  328. SSLINCLUDE="-I$with_openssl/include"
  329. FOUNDINCLUDE=yes,
  330. FOUNDINCLUDE=no)
  331. fi
  332. AC_SUBST(SSLINCLUDE)
  333. dnl if we didn't find it, reset CPPFLAGS
  334. if test "$FOUNDINCLUDE" = "no"; then
  335. CPPFLAGS="$_SAVEDCPPFLAGS"
  336. LDFLAGS="$_SAVEDLDFLAGS"
  337. fi
  338. dnl Check for crypto lib
  339. _SAVEDLIBS="$LIBS"
  340. LIBS="-L${with_openssl}/lib"
  341. AC_CHECK_LIB(crypto,CRYPTO_lock)
  342. if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then
  343. dnl Check for SSL lib
  344. AC_CHECK_LIB(ssl,main, SSLLIBS="-lssl -lcrypto",,-lcrypto)
  345. fi
  346. LIBS="$_SAVEDLIBS"
  347. dnl test headers and libs to decide whether check_http should use SSL
  348. if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then
  349. if test "$ac_cv_lib_ssl_main" = "yes"; then
  350. if test "$FOUNDINCLUDE" = "yes"; then
  351. FOUNDOPENSSL="yes"
  352. fi
  353. fi
  354. fi
  355. fi
  356. dnl check for gnutls if openssl isn't found (or is disabled)
  357. if test ! "$FOUNDOPENSSL" = "yes" && test ! "$with_gnutls" = "no"; then
  358. if test ! "$with_gnutls" = ""; then
  359. CPPFLAGS="$CPPFLAGS -I${with_gnutls}/include"
  360. elif test ! "$LIBGNUTLS_CONFIG" = ""; then
  361. CPPFLAGS="$CPPFLAGS -I`$LIBGNUTLS_CONFIG --prefix`"
  362. fi
  363. AC_CHECK_HEADERS([gnutls/openssl.h],FOUNDGNUTLS="yes",)
  364. if test "$FOUNDGNUTLS" = "yes"; then
  365. AC_CHECK_LIB(gnutls-openssl,main,SSLLIBS="-lgnutls-openssl")
  366. fi
  367. fi
  368. dnl end check for gnutls
  369. if test "$FOUNDOPENSSL" = "yes" || test "$FOUNDGNUTLS" = "yes"; then
  370. check_tcp_ssl="check_simap check_spop check_jabber check_nntps check_ssmtp"
  371. AC_SUBST(check_tcp_ssl)
  372. AC_SUBST(SSLLIBS)
  373. AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])
  374. if test "$FOUNDOPENSSL" = "yes"; then
  375. AC_DEFINE(USE_OPENSSL,1,[Define if using OpenSSL libraries])
  376. with_openssl="yes"
  377. with_gnutls="no"
  378. else
  379. AC_DEFINE(USE_GNUTLS,1,[Define if using gnutls libraries])
  380. with_gnutls="yes"
  381. with_openssl="no"
  382. fi
  383. else
  384. dnl else deliberately disabled or no ssl support available
  385. AC_MSG_WARN([OpenSSL or GnuTLS libs could not be found or were disabled])
  386. with_openssl="no"
  387. with_gnutls="no"
  388. fi
  389. dnl
  390. dnl Checks for header files.
  391. dnl
  392. AC_HEADER_TIME
  393. AC_HEADER_SYS_WAIT
  394. AC_CHECK_HEADERS(signal.h syslog.h uio.h errno.h sys/time.h sys/socket.h sys/un.h sys/poll.h)
  395. AC_CHECK_HEADERS(features.h stdarg.h sys/unistd.h ctype.h)
  396. dnl Checks for typedefs, structures, and compiler characteristics.
  397. AC_C_CONST
  398. AC_STRUCT_TM
  399. AC_TYPE_PID_T
  400. AC_TYPE_SIZE_T
  401. AC_TYPE_SIGNAL
  402. AC_TYPE_MBSTATE_T
  403. AC_CACHE_CHECK([for va_copy],ac_cv_HAVE_VA_COPY,[
  404. AC_TRY_LINK([#include <stdarg.h>
  405. va_list ap1,ap2;], [va_copy(ap1,ap2);],
  406. ac_cv_HAVE_VA_COPY=yes,
  407. ac_cv_HAVE_VA_COPY=no)])
  408. if test x"$ac_cv_HAVE_VA_COPY" = x"yes"; then
  409. AC_DEFINE(HAVE_VA_COPY,1,[Whether va_copy() is available])
  410. else
  411. AC_CACHE_CHECK([for __va_copy],ac_cv_HAVE___VA_COPY,[
  412. AC_TRY_LINK([#include <stdarg.h>
  413. va_list ap1,ap2;], [__va_copy(ap1,ap2);],
  414. ac_cv_HAVE___VA_COPY=yes,
  415. ac_cv_HAVE___VA_COPY=no)])
  416. if test x"$ac_cv_HAVE___VA_COPY" = x"yes"; then
  417. AC_DEFINE(HAVE___VA_COPY,1,[Whether __va_copy() is available])
  418. fi
  419. fi
  420. AC_TRY_COMPILE([#include <sys/time.h>],
  421. [struct timeval *tv;
  422. struct timezone *tz;],
  423. AC_DEFINE(HAVE_STRUCT_TIMEVAL,1,[Define if we have a timeval structure])
  424. AC_TRY_COMPILE([#include <sys/time.h>],
  425. [struct timeval *tv;
  426. struct timezone *tz;
  427. gettimeofday(tv, tz);],
  428. AC_DEFINE(HAVE_GETTIMEOFDAY,1,[Define if gettimeofday is found]),
  429. AC_DEFINE(NEED_GETTIMEOFDAY,1,[Define if gettimeofday is needed])))
  430. dnl Checks for library functions.
  431. AC_CHECK_FUNCS(memmove select socket strdup strstr strtol strtoul floor)
  432. AC_CHECK_FUNCS(poll)
  433. AC_MSG_CHECKING(return type of socket size)
  434. AC_TRY_COMPILE([#include <stdlib.h>
  435. #include <sys/types.h>
  436. #include <sys/socket.h>],
  437. [int a = send(1, (const void *) buffer, (size_t *) 0, (int *) 0);],
  438. ac_cv_socket_size_type=["size_t"]
  439. AC_MSG_RESULT(size_t),
  440. ac_cv_socket_size_type=["int"]
  441. AC_MSG_RESULT(int))
  442. AC_DEFINE_UNQUOTED(SOCKET_SIZE_TYPE, $ac_cv_socket_size_type ,
  443. [Define type of socket size])
  444. dnl #### Process table test
  445. AC_PATH_PROG(PATH_TO_PS,ps)
  446. AC_MSG_CHECKING(for ps syntax)
  447. AC_ARG_WITH(ps_command,
  448. ACX_HELP_STRING([--with-ps-command=PATH],
  449. [Verbatim command to execute for ps]),
  450. PS_COMMAND=$withval)
  451. AC_ARG_WITH(ps_format,
  452. ACX_HELP_STRING([--with-ps-format=FORMAT],
  453. [Format string for scanning ps output]),
  454. PS_FORMAT=$withval)
  455. AC_ARG_WITH(ps_cols,
  456. ACX_HELP_STRING([--with-ps-cols=NUM],
  457. [Number of columns in ps command]),
  458. PS_COLS=$withval)
  459. AC_ARG_WITH(ps_varlist,
  460. ACX_HELP_STRING([--with-ps-varlist=LIST],
  461. [Variable list for sscanf of 'ps' output]),
  462. PS_VARLIST=$withval)
  463. if test -n "$PS_COMMAND" && test -n "$PS_FORMAT" && test -n "$PS_COLS" && test -n "$PS_VARLIST"; then
  464. ac_cv_ps_command="$PS_COMMAND"
  465. ac_cv_ps_format="$PS_FORMAT"
  466. ac_cv_ps_varlist="$PS_VARLIST"
  467. ac_cv_ps_cols="$PS_COLS"
  468. AC_MSG_RESULT([(command-line) $ac_cv_ps_command])
  469. dnl Now using the pst3/kmem hack for solaris systems to avoid truncation
  470. elif test "$ac_cv_uname_s" = "SunOS"; then
  471. #
  472. # this is a very, very ugly hack, to hardcode the location for plugins
  473. #
  474. if test "$libexecdir" = '${exec_prefix}/libexec'; then
  475. if test "$exec_prefix" = "NONE"; then
  476. if test "$prefix" = "NONE"; then
  477. pst3="$ac_default_prefix/libexec/pst3"
  478. else
  479. pst3="$prefix/libexec/pst3"
  480. fi
  481. else
  482. pst3="$exec_prefix/libexec/pst3"
  483. fi
  484. else
  485. pst3="$libexecdir/pst3"
  486. fi
  487. ac_cv_ps_command="$pst3"
  488. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  489. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  490. ac_cv_ps_cols=9
  491. AC_MSG_RESULT([using nagios-plugins internal ps command (pst3) for solaris])
  492. if test `isainfo -b` = 64 ; then
  493. PST3CFLAGS="-m64"
  494. AC_SUBST(PST3CFLAGS)
  495. AC_MSG_NOTICE([using 64bit pst3])
  496. else
  497. AC_MSG_NOTICE([using 32bit pst3])
  498. fi
  499. EXTRAS_ROOT="$EXTRAS_ROOT pst3"
  500. dnl Removing this for the moment - Ton
  501. dnl Using /usr/ucb/ps on Solaris systems, to avoid truncation
  502. dnl Limitation that command name is not available
  503. dnl elif test "$ac_cv_uname_s" = "SunOS" && /usr/ucb/ps -alxwwn 2>/dev/null | \
  504. dnl egrep -i ["^ *F +UID +PID +PPID +%C +PRI +NI +SZ +RSS +WCHAN +S +TT +TIME +COMMAND"] > /dev/null
  505. dnl then
  506. dnl ac_cv_ps_varlist="[&procuid,&procpid,&procppid,&procpcpu,&procvsz,&procrss,procstat,&pos]"
  507. dnl ac_cv_ps_command="/usr/ucb/ps -alxwwn"
  508. dnl ac_cv_ps_format=["%*s %d %d %d %d %*d %*d %d %d%*[ 0123456789abcdef]%[OSRZT]%*s %*s %n"]
  509. dnl ac_cv_ps_cols=8
  510. dnl AC_MSG_RESULT([$ac_cv_ps_command])
  511. dnl Some gnu/linux systems (debian for one) don't like -axwo and need axwo.
  512. dnl so test for this first...
  513. elif ps axwo 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \
  514. egrep -i ["^ *STAT +[UCOMAND]+ +VSZ +RSS +USER +UID +PID +PPID +COMMAND"] > /dev/null
  515. then
  516. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  517. ac_cv_ps_command="$PATH_TO_PS axwo 'stat uid pid ppid vsz rss pcpu comm args'"
  518. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  519. ac_cv_ps_cols=9
  520. AC_MSG_RESULT([$ac_cv_ps_command])
  521. dnl For OpenBSD 3.2 & 3.3. Must come before ps -weo
  522. dnl Should also work for FreeBSD 5.2.1 and 5.3
  523. dnl STAT UCOMM VSZ RSS USER PPID COMMAND
  524. elif ps -axwo 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \
  525. egrep -i ["^ *STAT +[UCOMAND]+ +VSZ +RSS +USER +UID +PID +PPID +COMMAND"] > /dev/null
  526. then
  527. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  528. ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid pid ppid vsz rss pcpu comm args'"
  529. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  530. ac_cv_ps_cols=9
  531. AC_MSG_RESULT([$ac_cv_ps_command])
  532. dnl Some *BSDs have different format for ps. This is mainly to catch FreeBSD 4.
  533. dnl Limitation: Only first 16 chars returned for ucomm field
  534. dnl Must come before ps -weo
  535. elif ps -axwo 'stat uid pid ppid vsz rss pcpu ucomm command' 2>/dev/null | \
  536. egrep -i ["^ *STAT +UID +PID +PPID +VSZ +RSS +%CPU +UCOMM +COMMAND"] > /dev/null
  537. then
  538. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  539. ac_cv_ps_command="$PATH_TO_PS -axwo 'stat uid pid ppid vsz rss pcpu ucomm command'"
  540. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  541. ac_cv_ps_cols=9
  542. AC_MSG_RESULT([$ac_cv_ps_command])
  543. dnl STAT UCOMM VSZ RSS USER UID PPID COMMAND
  544. elif ps -weo 'stat comm vsz rss user uid pid ppid etime args' 2>/dev/null | \
  545. egrep -i ["^ *S[TAUES]* +[UCOMDNA]+ +[VSIZE]+ +R[S]+ +U[SER]+ +U[ID]+ +P[ID]+ +P[PID]+ +[ELAPSD]+ +[RGSCOMDNA]+"] >/dev/null
  546. then
  547. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos]"
  548. ac_cv_ps_command="$PATH_TO_PS -weo 'stat uid pid ppid vsz rss pcpu etime comm args'"
  549. ac_cv_ps_format="%s %d %d %d %d %d %f %s %s %n"
  550. ac_cv_ps_cols=10
  551. AC_MSG_RESULT([$ac_cv_ps_command])
  552. dnl FreeBSD
  553. elif ps waxco 'state command vsz rss uid user pid ppid' 2>/dev/null | \
  554. egrep -i ["^STAT +COMMAND +VSZ +RSS +UID +USER +PID +PPID"] >/dev/null
  555. then
  556. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  557. ac_cv_ps_command="$PATH_TO_PS waxco 'state uid pid ppid vsz rss pcpu command command'"
  558. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  559. ac_cv_ps_cols=9
  560. AC_MSG_RESULT([$ac_cv_ps_command])
  561. dnl BSD-like mode in RH 6.1
  562. elif ps waxno 'state comm vsz rss uid user pid ppid args' 2>/dev/null | \
  563. egrep -i ["^S +COMMAND +VSZ +RSS +UID +USER +PID +PPID +[RGSCOMDNA]+"] >/dev/null
  564. then
  565. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  566. ac_cv_ps_command="$PATH_TO_PS waxno 'state uid pid ppid vsz rss pcpu comm args'"
  567. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  568. ac_cv_ps_cols=9
  569. AC_MSG_RESULT([$ac_cv_ps_command])
  570. dnl SunOS 4.1.3:
  571. dnl F UID PID PPID CP PRI NI SZ RSS WCHAN STAT TT TIME COMMAND
  572. dnl Need the head -1 otherwise test will work because arguments are found
  573. elif ps -laxnwww 2>/dev/null | head -1 | \
  574. egrep -i ["^ *F(LAGS)? +UID +PID +PPID +CP +PRI +NI +(SZ)|(VSZ)|(SIZE) +RSS +WCHAN +STAT? +TTY? +TIME +COMMAND"] >/dev/null
  575. then
  576. ac_cv_ps_varlist="[&procuid,&procpid,&procppid,&procvsz,&procrss,procstat,&pos,procprog]"
  577. ac_cv_ps_command="$PATH_TO_PS -laxnwww"
  578. ac_cv_ps_format="%*s %d %d %d %*s %*s %*s %d %d %*s %s %*s %*s %n%s"
  579. ac_cv_ps_cols=9
  580. AC_MSG_RESULT([$ac_cv_ps_command])
  581. dnl Debian Linux / procps v1.2.9:
  582. dnl FLAGS UID PID PPID PRI NI SIZE RSS WCHAN STA TTY TIME COMMAND
  583. dnl 100 0 1 0 0 0 776 76 c0131c8c S ffff 0:11 init [2]
  584. dnl
  585. elif ps laxnwww 2>/dev/null | \
  586. egrep -i ["^ *F(LAGS)? +UID +PID +PPID +PRI +NI +(VSZ)|(SIZE) +RSS +WCHAN +STAT? TTY +TIME +COMMAND"] >/dev/null
  587. then
  588. ac_cv_ps_varlist="[&procuid,&procpid,&procppid,procstat,&procvsz,&procrss,&pos,procprog]"
  589. ac_cv_ps_command="$PATH_TO_PS laxnwww"
  590. ac_cv_ps_format="%*s %d %d %d %*s %*s %d %d %*s %s %*s %*s %n%s"
  591. ac_cv_ps_cols=9
  592. AC_MSG_RESULT([$ac_cv_ps_command])
  593. dnl OpenBSD (needs to come early because -exo appears to work, but does not give all procs)
  594. elif ps -axo 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \
  595. egrep -i ["^ *S[TAUES]* +[UCOMDNA]+ +[VSIZE]+ +R[S]+ +U[SER]+ +U[ID]+ +P[PID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null
  596. then
  597. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  598. ac_cv_ps_command="$PATH_TO_PS -axo 'stat uid pid ppid vsz rss pcpu comm args'"
  599. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  600. ac_cv_ps_cols=9
  601. AC_MSG_RESULT([$ac_cv_ps_command])
  602. dnl Tru64 - needs %*[ +<>] in PS_FORMAT.
  603. dnl Has /usr/bin/ps and /sbin/ps - force sbin version
  604. dnl Can't use vsize and rssize because comes back with text (eg, 1.5M instead
  605. dnl of 1500). Will need big changes to check_procs to support
  606. elif /sbin/ps -eo 'stat uid pid ppid pcpu etime comm args' 2>/dev/null | \
  607. egrep -i ["^ *S +[UID]+ +[PID]+ +[PID]+ +[%CPU]+ +[ELAPSD]+ +[COMMAND]+ +[COMMAND]+"] > /dev/null
  608. then
  609. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procpcpu,procetime,procprog,&pos]"
  610. ac_cv_ps_command="/sbin/ps -eo 'stat uid pid ppid pcpu etime comm args'"
  611. ac_cv_ps_format=["%s%*[ +<>] %d %d %d %f %s %s %n"]
  612. ac_cv_ps_cols=8
  613. AC_MSG_RESULT([$ac_cv_ps_command])
  614. elif ps -eo 's comm vsz rss user uid pid ppid args' 2>/dev/null | \
  615. egrep -i ["^S[TAUES]* +C[OMDNA]+ +[VSIZE]+ +U[SER]+ +U[ID]+ +P[PID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null
  616. then
  617. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  618. ac_cv_ps_command="$PATH_TO_PS -eo 's uid pid ppid vsz rss pcpu comm args'"
  619. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  620. ac_cv_ps_cols=9
  621. AC_MSG_RESULT([$ac_cv_ps_command])
  622. dnl AIX 4.3.3 and 5.1 do not have an rss field
  623. elif ps -eo 'stat uid pid ppid vsz pcpu comm args' 2>/dev/null | \
  624. egrep -i ["^ *S[TAUES]* +UID +PID +PPID +VSZ +%CPU +COMMAND +COMMAND"] >/dev/null
  625. then
  626. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procpcpu,procprog,&pos]"
  627. ac_cv_ps_command="$PATH_TO_PS -eo 'stat uid pid ppid vsz pcpu comm args'"
  628. ac_cv_ps_format="%s %d %d %d %d %f %s %n"
  629. ac_cv_ps_cols=8
  630. AC_MSG_RESULT([$ac_cv_ps_command - with no RSS])
  631. dnl Solaris 2.6
  632. elif ps -Ao 's comm vsz rss uid user pid ppid args' 2>/dev/null | \
  633. egrep -i ["^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PID +PPID +[RGSCOMDNA]+"] >/dev/null
  634. then
  635. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  636. ac_cv_ps_command="$PATH_TO_PS -Ao 's uid pid ppid vsz rss pcpu comm args'"
  637. # There must be no space between the %s and %n due to a wierd problem in sscanf where
  638. # it will return %n as longer than the line length
  639. ac_cv_ps_format="%s %d %d %d %d %d %f %s%n"
  640. ac_cv_ps_cols=9
  641. AC_MSG_RESULT([$ac_cv_ps_command])
  642. elif ps -Ao 'status comm vsz rss uid user pid ppid args' 2>/dev/null | \
  643. egrep -i ["^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PID +PPID +[RGSCOMDNA]+"] >/dev/null
  644. then
  645. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  646. ac_cv_ps_command="$PATH_TO_PS -Ao 'status uid pid ppid vsz rss pcpu comm args'"
  647. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  648. ac_cv_ps_cols=9
  649. AC_MSG_RESULT([$ac_cv_ps_command])
  650. elif ps -Ao 'state comm vsz rss uid user pid ppid args' 2>/dev/null | \
  651. egrep -i ["^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PID +PPID +[RGSCOMDNA]+"] >/dev/null
  652. then
  653. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  654. ac_cv_ps_command="$PATH_TO_PS -Ao 'state uid pid ppid vsz rss pcpu comm args'"
  655. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  656. ac_cv_ps_cols=9
  657. AC_MSG_RESULT([$ac_cv_ps_command])
  658. dnl wonder who takes state instead of stat
  659. elif ps -ao 'state command vsz rss user pid ppid args' 2>/dev/null | \
  660. egrep -i ["^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PID +PPID +[RGSCOMDNA]+"] >/dev/null
  661. then
  662. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
  663. ac_cv_ps_command="$PATH_TO_PS -ao 'state uid pid ppid vsz rss pcpu command args'"
  664. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  665. ac_cv_ps_cols=8
  666. AC_MSG_RESULT([$ac_cv_ps_command])
  667. dnl IRIX 53
  668. elif ps -el 2>/dev/null | \
  669. egrep -i ["^ *F +S +UID +PID +PPID +C +PRI +NI +P +SZ +RSS +WCHAN +TTY +TIME +[RGSCOMDNA]+"] >/dev/null
  670. then
  671. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&pos,procprog]"
  672. ac_cv_ps_command="$PATH_TO_PS -el (IRIX 53)"
  673. ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %d %d %*s %*s %*s %n%s"
  674. ac_cv_ps_cols=8
  675. AC_MSG_RESULT([$ac_cv_ps_command])
  676. dnl IRIX 63
  677. elif ps -el 2>/dev/null | \
  678. egrep -i ["^ *F +S +UID +PID +PPID +C +PRI +NI +P +ADDR +SZ +RSS +WCHAN +TTY +TIME +[RGSCOMDNA]+"] >/dev/null
  679. then
  680. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&pos,procprog]"
  681. ac_cv_ps_command="$PATH_TO_PS -el (IRIX 63)"
  682. ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %*s %*s %n%s"
  683. ac_cv_ps_cols=6
  684. AC_MSG_RESULT([$ac_cv_ps_command])
  685. dnl AIX 4.1:
  686. dnl F S UID PID PPID C PRI NI ADDR SZ RSS WCHAN TTY TIME CMD
  687. dnl 303 A 0 0 0 120 16 -- 1c07 20 24 - 0:45 swapper
  688. elif ps -el 2>/dev/null | \
  689. egrep -i ["^ *F +S +UID +PID +PPID +C +PRI +NI +ADDR +SZ +WCHAN +TTY +TIME +[RGSCOMDNA]+"] >/dev/null
  690. then
  691. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&pos,procprog]"
  692. ac_cv_ps_command="$PATH_TO_PS -el (AIX 4.1 and HP-UX)"
  693. ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %n%s"
  694. ac_cv_ps_cols=6
  695. AC_MSG_RESULT([$ac_cv_ps_command])
  696. dnl AIX?
  697. elif ps glaxen 2>/dev/null | \
  698. egrep -i ["^ *F +UID +PID +PPID +PRI +NI +VSZ +RSS +WCHAN +STAT +TTY +TIME +COMMAND"] >/dev/null
  699. then
  700. ac_cv_ps_varlist="[&procuid,&procpid,&procppid,&procvsz,&procrss,procstat,&pos,procprog]"
  701. ac_cv_ps_command="$PATH_TO_PS glaxen"
  702. ac_cv_ps_format="%*s %d %d %d %*s %*s %d %d %*s %s %*s %*s %n%s"
  703. ac_cv_ps_cols=8
  704. AC_MSG_RESULT([$ac_cv_ps_command])
  705. dnl MacOSX / Darwin
  706. dnl TODO: MacOSX has commands with spaces which will cause problems to PS_FORMAT
  707. dnl Some truncation will happen in UCOMM column
  708. dnl STAT VSZ RSS UID PPID %CPU UCOMM COMMAND
  709. dnl Ss 52756 22496 501 1 6.9 Window Manager /System/Library/CoreServices/WindowServer -daemon
  710. elif ps wwaxo 'state vsz rss uid pid ppid pcpu ucomm command' 2>/dev/null | \
  711. egrep -i ["^STAT +VSZ +RSS +UID +PPID +%CPU +UCOMM +COMMAND"] >/dev/null
  712. then
  713. ac_cv_ps_command="$PATH_TO_PS wwaxo 'state vsz rss uid pid ppid pcpu ucomm command'"
  714. ac_cv_ps_varlist="[procstat,&procvsz,&procrss,&procuid,&procpid,&procppid,&procpcpu,procprog,&pos]"
  715. ac_cv_ps_format="%s %d %d %d %d %d %f %s %n"
  716. ac_cv_ps_cols=8
  717. AC_MSG_RESULT([$ac_cv_ps_command])
  718. dnl UnixWare
  719. elif ps -Al 2>/dev/null | \
  720. egrep -i ["^ *F +S +UID +PID +PPID +CLS +PRI +NI +C +ADDR +SZ +WCHAN +TTY +TIME +COMD"] >/dev/null
  721. then
  722. ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&pos,procprog]"
  723. ac_cv_ps_command="$PATH_TO_PS -Al"
  724. ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %*s %n%s"
  725. ac_cv_ps_cols=8
  726. AC_MSG_RESULT([$ac_cv_ps_command])
  727. else
  728. AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled])
  729. fi
  730. if test -n "$ac_cv_ps_varlist" ; then
  731. AC_DEFINE_UNQUOTED(PS_VARLIST,$ac_cv_ps_varlist,
  732. [Variable list for sscanf of 'ps' output])
  733. AC_DEFINE_UNQUOTED(PS_COMMAND,"$ac_cv_ps_command",
  734. [Verbatim command to execute for ps in check_procs])
  735. AC_DEFINE_UNQUOTED(PS_FORMAT,"$ac_cv_ps_format",
  736. [Format string for scanning ps output in check_procs])
  737. AC_DEFINE_UNQUOTED(PS_COLS,$ac_cv_ps_cols,
  738. [Number of columns in ps command])
  739. EXTRAS="$EXTRAS check_procs check_nagios"
  740. if echo "$ac_cv_ps_varlist" | grep "procetime" >/dev/null; then
  741. AC_DEFINE(PS_USES_PROCETIME,"yes",
  742. [Whether the ps utility uses the "procetime" field])
  743. fi
  744. fi
  745. AC_PATH_PROG(PATH_TO_PING,ping)
  746. AC_PATH_PROG(PATH_TO_PING6,ping6)
  747. AC_ARG_WITH(ping_command,
  748. ACX_HELP_STRING([--with-ping-command=SYNTAX],
  749. [sets syntax for ICMP ping]),
  750. with_ping_command=$withval,)
  751. AC_MSG_CHECKING(for ICMP ping syntax)
  752. ac_cv_ping_packets_first=no
  753. ac_cv_ping_has_timeout=no
  754. if test -n "$with_ping_command"
  755. then
  756. AC_MSG_RESULT([(command-line) $with_ping_command])
  757. if test -n "$ac_cv_ping_packets_first"
  758. then
  759. ac_cv_ping_packets_first=yes
  760. ac_cv_ping_has_timeout=yes
  761. fi
  762. elif [[ "z$ac_cv_uname_s" = "zUnixWare" ]] && \
  763. $PATH_TO_PING -n -s 127.0.0.1 56 1 2>/dev/null | \
  764. egrep -i "^round-trip|^rtt" >/dev/null
  765. then
  766. with_ping_command="$PATH_TO_PING -n -U -c %d %s"
  767. ac_cv_ping_packets_first=yes
  768. AC_MSG_RESULT([$with_ping_command])
  769. elif $PATH_TO_PING -n -U -w 10 -c 1 127.0.0.1 2>/dev/null | \
  770. egrep -i "^round-trip|^rtt" >/dev/null
  771. then
  772. with_ping_command="$PATH_TO_PING -n -U -w %d -c %d %s"
  773. ac_cv_ping_packets_first=yes
  774. ac_cv_ping_has_timeout=yes
  775. AC_MSG_RESULT([$with_ping_command])
  776. elif $PATH_TO_PING -n -U -c 1 127.0.0.1 2>/dev/null | \
  777. egrep -i "^round-trip|^rtt" >/dev/null
  778. then
  779. with_ping_command="$PATH_TO_PING -n -U -c %d %s"
  780. ac_cv_ping_packets_first=yes
  781. AC_MSG_RESULT([$with_ping_command])
  782. elif $PATH_TO_PING -n -c 1 127.0.0.1 2>/dev/null | \
  783. egrep -i "^round-trip|^rtt" >/dev/null
  784. then
  785. with_ping_command="$PATH_TO_PING -n -c %d %s"
  786. ac_cv_ping_packets_first=yes
  787. AC_MSG_RESULT([$with_ping_command])
  788. elif $PATH_TO_PING -n 127.0.0.1 -c 1 2>/dev/null | \
  789. egrep -i "^round-trip|^rtt" >/dev/null
  790. then
  791. with_ping_command="$PATH_TO_PING -n %s -c %d"
  792. AC_MSG_RESULT([$with_ping_command])
  793. elif $PATH_TO_PING 127.0.0.1 -n 1 2>/dev/null | \
  794. egrep -i "^round-trip|^rtt" >/dev/null
  795. then
  796. with_ping_command="$PATH_TO_PING %s -n %d"
  797. AC_MSG_RESULT([$with_ping_command])
  798. elif $PATH_TO_PING -n -s 127.0.0.1 56 1 2>/dev/null | \
  799. egrep -i "^round-trip|^rtt" >/dev/null
  800. then
  801. with_ping_command="$PATH_TO_PING -n -s %s 56 %d"
  802. AC_MSG_RESULT([$with_ping_command])
  803. elif $PATH_TO_PING -n -h 127.0.0.1 -s 56 -c 1 2>/dev/null | \
  804. egrep -i "^round-trip|^rtt" >/dev/null
  805. then
  806. with_ping_command="$PATH_TO_PING -n -h %s -s 56 -c %d"
  807. AC_MSG_RESULT([$with_ping_command])
  808. elif $PATH_TO_PING -n -s 56 -c 1 127.0.0.1 2>/dev/null | \
  809. egrep -i "^round-trip|^rtt" >/dev/null
  810. then
  811. with_ping_command="$PATH_TO_PING -n -s 56 -c %d %s"
  812. ac_cv_ping_packets_first=yes
  813. AC_MSG_RESULT([$with_ping_command])
  814. elif $PATH_TO_PING -n -c 1 127.0.0.1 2>/dev/null | \
  815. egrep -i "^round-trip|^rtt" >/dev/null
  816. then
  817. with_ping_command="$PATH_TO_PING -n -c %d %s"
  818. ac_cv_ping_packets_first=yes
  819. AC_MSG_RESULT([$with_ping_command])
  820. else
  821. AC_MSG_WARN([unable to find usable ping syntax])
  822. fi
  823. AC_DEFINE_UNQUOTED(PING_COMMAND,"$with_ping_command",
  824. [path and args for ICMP ping command])
  825. if test "x$ac_cv_ping_packets_first" != "xno"
  826. then
  827. AC_DEFINE(PING_PACKETS_FIRST,1,
  828. [Define if packet count must precede host])
  829. fi
  830. if test "x$ac_cv_ping_has_timeout" != "xno"
  831. then
  832. AC_DEFINE(PING_HAS_TIMEOUT,1,
  833. [Define if ping has its own timeout option that should be set])
  834. fi
  835. AC_ARG_WITH(ping6_command,
  836. ACX_HELP_STRING([--with-ping6-command=SYNTAX],
  837. [sets syntax for ICMPv6 ping]),
  838. with_ping6_command=$withval,)
  839. if test x"$with_ipv6" != xno ; then
  840. AC_MSG_CHECKING(for ICMPv6 ping syntax)
  841. ac_cv_ping6_packets_first=no
  842. if test -n "$with_ping6_command"
  843. then
  844. AC_MSG_RESULT([(command-line) $with_ping6_command])
  845. if test -n "$ac_cv_ping6_packets_first"
  846. then
  847. ac_cv_ping6_packets_first=yes
  848. fi
  849. elif test "x$PATH_TO_PING6" != "x"; then
  850. if [[ "z$ac_cv_uname_s" = "zUnixWare" ]] && \
  851. $PATH_TO_PING6 -n -s ::1 56 1 2>/dev/null | \
  852. egrep -i "^round-trip|^rtt" >/dev/null
  853. then
  854. with_ping6_command="$PATH_TO_PING6 -n -U -c %d %s"
  855. ac_cv_ping6_packets_first=yes
  856. AC_MSG_RESULT([$with_ping6_command])
  857. elif $PATH_TO_PING6 -n -U -w 10 -c 1 ::1 2>/dev/null | \
  858. egrep -i "^round-trip|^rtt" >/dev/null
  859. then
  860. with_ping6_command="$PATH_TO_PING6 -n -U -w %d -c %d %s"
  861. ac_cv_ping6_packets_first=yes
  862. ac_cv_ping_has_timeout=yes
  863. AC_MSG_RESULT([$with_ping6_command])
  864. elif $PATH_TO_PING6 -n -U -c 1 ::1 2>/dev/null | \
  865. egrep -i "^round-trip|^rtt" >/dev/null
  866. then
  867. with_ping6_command="$PATH_TO_PING6 -n -U -c %d %s"
  868. ac_cv_ping6_packets_first=yes
  869. AC_MSG_RESULT([$with_ping6_command])
  870. elif $PATH_TO_PING6 -n -c 1 ::1 2>/dev/null | \
  871. egrep -i "^round-trip|^rtt" >/dev/null
  872. then
  873. with_ping6_command="$PATH_TO_PING6 -n -c %d %s"
  874. ac_cv_ping6_packets_first=yes
  875. AC_MSG_RESULT([$with_ping6_command])
  876. elif $PATH_TO_PING6 -n ::1 -c 1 2>/dev/null | \
  877. egrep -i "^round-trip|^rtt" >/dev/null
  878. then
  879. with_ping6_command="$PATH_TO_PING6 -n %s -c %d"
  880. AC_MSG_RESULT([$with_ping6_command])
  881. elif $PATH_TO_PING6 ::1 -n 1 2>/dev/null | \
  882. egrep -i "^round-trip|^rtt" >/dev/null
  883. then
  884. with_ping6_command="$PATH_TO_PING6 %s -n %d"
  885. AC_MSG_RESULT([$with_ping6_command])
  886. elif $PATH_TO_PING6 -n -s ::1 56 1 2>/dev/null | \
  887. egrep -i "^round-trip|^rtt" >/dev/null
  888. then
  889. with_ping6_command="$PATH_TO_PING6 -n -s %s 56 %d"
  890. AC_MSG_RESULT([$with_ping6_command])
  891. elif $PATH_TO_PING6 -n -h ::1 -s 56 -c 1 2>/dev/null | \
  892. egrep -i "^round-trip|^rtt" >/dev/null
  893. then
  894. with_ping6_command="$PATH_TO_PING6 -n -h %s -s 56 -c %d"
  895. AC_MSG_RESULT([$with_ping6_command])
  896. elif $PATH_TO_PING6 -n -s 56 -c 1 ::1 2>/dev/null | \
  897. egrep -i "^round-trip|^rtt" >/dev/null
  898. then
  899. with_ping6_command="$PATH_TO_PING6 -n -s 56 -c %d %s"
  900. ac_cv_ping6_packets_first=yes
  901. AC_MSG_RESULT([$with_ping_command])
  902. elif $PATH_TO_PING6 -n -c 1 ::1 2>/dev/null | \
  903. egrep -i "^round-trip|^rtt" >/dev/null
  904. then
  905. with_ping6_command="$PATH_TO_PING6 -n -c %d %s"
  906. ac_cv_ping6_packets_first=yes
  907. AC_MSG_RESULT([$with_ping6_command])
  908. fi
  909. elif test "x$PATH_TO_PING" != "x"; then
  910. if [[ "z$ac_cv_uname_s" = "zUnixWare" ]] && \
  911. $PATH_TO_PING -A inet6 -n -s ::1 56 1 2>/dev/null | \
  912. egrep -i "^round-trip|^rtt" >/dev/null
  913. then
  914. with_ping6_command="$PATH_TO_PING -A inet6 -n -U -c %d %s"
  915. ac_cv_ping6_packets_first=yes
  916. AC_MSG_RESULT([$with_ping6_command])
  917. elif $PATH_TO_PING -A inet6 -n -U -c 1 ::1 2>/dev/null | \
  918. egrep -i "^round-trip|^rtt" >/dev/null
  919. then
  920. with_ping6_command="$PATH_TO_PING -A inet6 -n -U -c %d %s"
  921. ac_cv_ping6_packets_first=yes
  922. AC_MSG_RESULT([$with_ping6_command])
  923. elif $PATH_TO_PING -A inet6 -n -c 1 ::1 2>/dev/null | \
  924. egrep -i "^round-trip|^rtt" >/dev/null
  925. then
  926. with_ping6_command="$PATH_TO_PING -A inet6 -n -c %d %s"
  927. ac_cv_ping6_packets_first=yes
  928. AC_MSG_RESULT([$with_ping6_command])
  929. elif $PATH_TO_PING -A inet6 -n ::1 -c 1 2>/dev/null | \
  930. egrep -i "^round-trip|^rtt" >/dev/null
  931. then
  932. with_ping6_command="$PATH_TO_PING -A inet6 -n %s -c %d"
  933. AC_MSG_RESULT([$with_ping6_command])
  934. elif $PATH_TO_PING -A inet6 ::1 -n 1 2>/dev/null | \
  935. egrep -i "^round-trip|^rtt" >/dev/null
  936. then
  937. with_ping6_command="$PATH_TO_PING -A inet6 %s -n %d"
  938. AC_MSG_RESULT([$with_ping6_command])
  939. elif $PATH_TO_PING -A inet6 -n -s ::1 56 1 2>/dev/null | \
  940. egrep -i "^round-trip|^rtt" >/dev/null
  941. then
  942. with_ping6_command="$PATH_TO_PING -A inet6 -n -s %s 56 %d"
  943. AC_MSG_RESULT([$with_ping6_command])
  944. elif $PATH_TO_PING -A inet6 -n -h ::1 -s 56 -c 1 2>/dev/null | \
  945. egrep -i "^round-trip|^rtt" >/dev/null
  946. then
  947. with_ping6_command="$PATH_TO_PING -A inet6 -n -h %s -s 56 -c %d"
  948. AC_MSG_RESULT([$with_ping6_command])
  949. elif $PATH_TO_PING -A inet6 -n -s 56 -c 1 ::1 2>/dev/null | \
  950. egrep -i "^round-trip|^rtt" >/dev/null
  951. then
  952. with_ping6_command="$PATH_TO_PING -A inet6 -n -s 56 -c %d %s"
  953. ac_cv_ping6_packets_first=yes
  954. AC_MSG_RESULT([$with_ping_command])
  955. elif $PATH_TO_PING -A inet6 -n -c 1 ::1 2>/dev/null | \
  956. egrep -i "^round-trip|^rtt" >/dev/null
  957. then
  958. with_ping6_command="$PATH_TO_PING -A inet6 -n -c %d %s"
  959. ac_cv_ping6_packets_first=yes
  960. AC_MSG_RESULT([$with_ping6_command])
  961. fi
  962. fi
  963. if test "x$with_ping6_command" != "x"; then
  964. AC_DEFINE_UNQUOTED(PING6_COMMAND,"$with_ping6_command",
  965. [path and args for ICMPv6 ping command])
  966. else
  967. AC_MSG_RESULT([none])
  968. fi
  969. if test "x$ac_cv_ping6_packets_first" != "xno"; then
  970. AC_DEFINE(PING6_PACKETS_FIRST,1,
  971. [Define if packet count must precede host])
  972. fi
  973. fi
  974. AC_ARG_WITH(nslookup_command,
  975. ACX_HELP_STRING([--with-nslookup-command=PATH],
  976. [sets path to nslookup executable]),
  977. ac_cv_nslookup_command=$withval)
  978. if test -n "$ac_cv_nslookup_command"; then
  979. AC_MSG_NOTICE([Using specific nslookup at $ac_cv_nslookup_command])
  980. else
  981. AC_PATH_PROG(PATH_TO_NSLOOKUP,nslookup)
  982. if test -n "$PATH_TO_NSLOOKUP"
  983. then
  984. AC_MSG_CHECKING(for nslookup syntax)
  985. if $PATH_TO_NSLOOKUP -sil 127.0.0.1 2>&1 | grep ["Invalid option: sil"] >/dev/null
  986. then
  987. ac_cv_nslookup_command="$PATH_TO_NSLOOKUP"
  988. AC_MSG_RESULT([$ac_cv_nslookup_command])
  989. else
  990. ac_cv_nslookup_command="$PATH_TO_NSLOOKUP -sil"
  991. AC_MSG_RESULT([$ac_cv_nslookup_command])
  992. fi
  993. else
  994. AC_MSG_WARN([nslookup command not found])
  995. fi
  996. fi
  997. if test -n "$ac_cv_nslookup_command"; then
  998. EXTRAS="$EXTRAS check_dns"
  999. AC_DEFINE_UNQUOTED(NSLOOKUP_COMMAND,"$ac_cv_nslookup_command", [path and args for nslookup])
  1000. fi
  1001. AC_MSG_CHECKING([for number of cpus])
  1002. AC_TRY_COMPILE([#include <unistd.h>],
  1003. [sysconf(_SC_NPROCESSORS_CONF) > 0;],
  1004. AC_DEFINE(HAVE_SYSCONF__SC_NPROCESSORS_CONF,1,[Define if sysconf returns number of cpus])
  1005. AC_MSG_RESULT([sysconf(_SC_NPROCESSORS_CONF)]),
  1006. AC_MSG_RESULT([cannot calculate])
  1007. )
  1008. AC_PATH_PROG(PATH_TO_UPTIME,uptime)
  1009. AC_ARG_WITH(uptime_command,
  1010. ACX_HELP_STRING([--with-uptime-command=PATH],
  1011. [sets path to uptime]), PATH_TO_UPTIME=$withval)
  1012. AC_DEFINE_UNQUOTED(PATH_TO_UPTIME,"$PATH_TO_UPTIME",[path to uptime binary])
  1013. AC_PATH_PROG(PATH_TO_RPCINFO,rpcinfo)
  1014. AC_ARG_WITH(rpcinfo_command,
  1015. ACX_HELP_STRING([--with-rpcinfo-command=PATH],
  1016. [sets path to rpcinfo]), PATH_TO_RPCINFO=$withval)
  1017. AC_DEFINE_UNQUOTED(PATH_TO_RPCINFO,"$PATH_TO_RPCINFO",[path to rpcinfo binary])
  1018. AC_PATH_PROG(PATH_TO_LMSTAT,lmstat)
  1019. if test -x "$PATH_TO_LMSTAT"
  1020. then
  1021. AC_DEFINE_UNQUOTED(PATH_TO_LMSTAT,"$PATH_TO_LMSTAT",[path to lmstat])
  1022. else
  1023. AC_MSG_WARN([Get lmstat from Globetrotter Software to monitor flexlm licenses])
  1024. fi
  1025. AC_PATH_PROG(PATH_TO_SMBCLIENT,smbclient)
  1026. AC_ARG_WITH(smbclient_command,
  1027. ACX_HELP_STRING([--with-smbclient-command=PATH],
  1028. [sets path to smbclient]),
  1029. PATH_TO_SMBCLIENT=$withval)
  1030. if test -n "$PATH_TO_SMBCLIENT"
  1031. then
  1032. AC_DEFINE_UNQUOTED(PATH_TO_SMBCLIENT,"$PATH_TO_SMBCLIENT",[path to smbclient binary])
  1033. else
  1034. AC_MSG_WARN([Get smbclient from Samba.org to monitor SMB shares])
  1035. fi
  1036. AC_PATH_PROG(PATH_TO_WHO,who)
  1037. if [$PATH_TO_WHO -q 2>/dev/null | egrep -i "^# users=[0-9]+$" >/dev/null]
  1038. then
  1039. ac_cv_path_to_who="$PATH_TO_WHO -q"
  1040. else
  1041. ac_cv_path_to_who="$PATH_TO_WHO"
  1042. fi
  1043. AC_DEFINE_UNQUOTED(WHO_COMMAND,"$ac_cv_path_to_who",
  1044. [path and arguments for invoking 'who'])
  1045. AC_PATH_PROG(PATH_TO_SNMPGET,snmpget)
  1046. AC_ARG_WITH(snmpget_command,
  1047. ACX_HELP_STRING([--with-snmpget-command=PATH],
  1048. [Path to snmpget command]),
  1049. PATH_TO_SNMPGET=$withval)
  1050. if test -n "$PATH_TO_SNMPGET"
  1051. then
  1052. AC_DEFINE_UNQUOTED(PATH_TO_SNMPGET,"$PATH_TO_SNMPGET",[path to snmpget binary])
  1053. EXTRAS="$EXTRAS check_hpjd check_snmp"
  1054. else
  1055. AC_MSG_WARN([Get snmpget from http://net-snmp.sourceforge.net to make check_hpjd and check_snmp plugins])
  1056. fi
  1057. AC_PATH_PROG(PATH_TO_SNMPGETNEXT,snmpgetnext)
  1058. AC_ARG_WITH(snmpgetnext_command,
  1059. ACX_HELP_STRING([--with-snmpgetnext-command=PATH],
  1060. [Path to snmpgetnext command]),
  1061. PATH_TO_SNMPGETNEXT=$withval)
  1062. if test -n "$PATH_TO_SNMPGETNEXT"
  1063. then
  1064. AC_DEFINE_UNQUOTED(PATH_TO_SNMPGETNEXT,"$PATH_TO_SNMPGETNEXT",[path to snmpgetnext binary])
  1065. fi
  1066. if ( $PERL -M"Net::SNMP 3.6" -e 'exit' 2>/dev/null )
  1067. then
  1068. AC_MSG_CHECKING(for Net::SNMP perl module)
  1069. AC_MSG_RESULT([found])
  1070. else
  1071. AC_MSG_WARN([Tried $PERL - install Net::SNMP perl module if you want to use the perl snmp plugins])
  1072. fi
  1073. AC_PATH_PROG(PATH_TO_QUAKESTAT,quakestat)
  1074. AC_PATH_PROG(PATH_TO_QSTAT,qstat)
  1075. AC_ARG_WITH(qstat_command,
  1076. ACX_HELP_STRING([--with-qstat-command=PATH],
  1077. [Path to qstat command]), PATH_TO_QSTAT=$withval)
  1078. if test -x "$PATH_TO_QUAKESTAT"
  1079. then
  1080. ac_cv_path_to_qstat="$PATH_TO_QUAKESTAT"
  1081. EXTRAS="$EXTRAS check_game"
  1082. elif test -n "$PATH_TO_QSTAT"
  1083. then
  1084. ac_cv_path_to_qstat="$PATH_TO_QSTAT"
  1085. EXTRAS="$EXTRAS check_game"
  1086. else
  1087. AC_MSG_WARN([Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin])
  1088. fi
  1089. if test $ac_cv_path_to_qstat
  1090. then
  1091. AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat",
  1092. [path to qstat/quakestat])
  1093. fi
  1094. AC_PATH_PROG(PATH_TO_FPING,fping)
  1095. AC_ARG_WITH(fping_command,
  1096. ACX_HELP_STRING([--with-fping-command=PATH],
  1097. [Path to fping command]), PATH_TO_FPING=$withval)
  1098. if test -n "$PATH_TO_FPING"
  1099. then
  1100. AC_DEFINE_UNQUOTED(PATH_TO_FPING,"$PATH_TO_FPING",[path to fping])
  1101. EXTRAS="$EXTRAS check_fping"
  1102. else
  1103. AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin])
  1104. fi
  1105. AC_PATH_PROG(PATH_TO_SSH,ssh)
  1106. AC_ARG_WITH(ssh_command,
  1107. ACX_HELP_STRING([--with-ssh-command=PATH],
  1108. [sets path for ssh]), PATH_TO_SSH=$withval)
  1109. if test -n "$PATH_TO_SSH"
  1110. then
  1111. AC_DEFINE_UNQUOTED(SSH_COMMAND,"$PATH_TO_SSH",[path to ssh binary])
  1112. EXTRAS="$EXTRAS check_by_ssh"
  1113. else
  1114. AC_MSG_WARN([Get ssh in order to make check_by_ssh plugin])
  1115. fi
  1116. AC_PATH_PROG(PATH_TO_MAILQ,mailq)
  1117. AC_ARG_WITH(mailq_command,
  1118. ACX_HELP_STRING([--with-mailq-command=PATH],
  1119. [sets path to mailq]), PATH_TO_MAILQ=$withval)
  1120. if test -n "$PATH_TO_MAILQ"
  1121. then
  1122. AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_MAILQ",[path to mailq])
  1123. else
  1124. AC_MSG_WARN([Could not find mailq or eqivalent])
  1125. fi
  1126. AC_PATH_PROG(PATH_TO_QMAIL_QSTAT,qmail-qstat)
  1127. if test -x "$PATH_TO_QMAIL_QSTAT"
  1128. then
  1129. AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_QMAIL_QSTAT",[path to qmail-qstat])
  1130. else
  1131. AC_MSG_WARN([Could not find qmail-qstat or eqivalent])
  1132. fi
  1133. dnl SWAP info required is amount allocated/available and amount free
  1134. dnl The plugin works through all the swap devices and adds up the total swap
  1135. dnl available.
  1136. AC_PATH_PROG(PATH_TO_SWAP,swap)
  1137. if (test -n "$PATH_TO_SWAP")
  1138. then
  1139. AC_MSG_CHECKING([for $PATH_TO_SWAP format])
  1140. if [$PATH_TO_SWAP -l 2>&1 >/dev/null]
  1141. then
  1142. ac_cv_have_swap=yes
  1143. ac_cv_swap_command="$PATH_TO_SWAP -l"
  1144. if [$PATH_TO_SWAP -l 2>/dev/null | \
  1145. egrep -i "^lswap +path +pri +swaplo +blocks +free +maxswap" \
  1146. >/dev/null]
  1147. then
  1148. ac_cv_swap_format=[" %*d %*s %*d,%*d %*d %*d %f %f"]
  1149. ac_cv_swap_conv=2048
  1150. AC_MSG_RESULT([using IRIX format swap])
  1151. elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null]
  1152. then
  1153. ac_cv_swap_format=["%*s %*[0-9,-] %*d %f %f"]
  1154. ac_cv_swap_conv=2048
  1155. AC_MSG_RESULT([using Unixware format swap])
  1156. else
  1157. dnl if we don't know what format swap's output is
  1158. dnl we might as well pretend we didn't see it
  1159. ac_cv_have_swap=""
  1160. ac_cv_swap_command=""
  1161. fi
  1162. fi
  1163. dnl end if for PATH_TO_SWAP
  1164. fi
  1165. AC_PATH_PROG(PATH_TO_SWAPINFO,swapinfo)
  1166. if (test -n "$PATH_TO_SWAPINFO")
  1167. then
  1168. AC_MSG_CHECKING([for $PATH_TO_SWAPINFO format])
  1169. if [$PATH_TO_SWAPINFO -k 2>&1 | egrep -i "^Device" >/dev/null]
  1170. then
  1171. ac_cv_have_swap=yes
  1172. ac_cv_swap_command="$PATH_TO_SWAPINFO -k"
  1173. if [$PATH_TO_SWAPINFO -k 2>/dev/null | egrep -i "^Device +1K-blocks +Used +Avail" >/dev/null]
  1174. then
  1175. ac_cv_swap_format=["%*s %f %*d %f"]
  1176. ac_cv_swap_conv=1024
  1177. AC_MSG_RESULT([using FreeBSD format swapinfo])
  1178. fi
  1179. elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null]
  1180. then
  1181. ac_cv_have_swap=yes
  1182. ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM"
  1183. ac_cv_swap_format=["%*s %f %*d %f"]
  1184. ac_cv_swap_conv=1024
  1185. AC_MSG_RESULT([using HP-UX format swapinfo])
  1186. fi
  1187. dnl end if for PATH_TO_SWAPINFO
  1188. fi
  1189. AC_PATH_PROG(PATH_TO_LSPS,lsps)
  1190. if (test -n "$PATH_TO_LSPS")
  1191. then
  1192. AC_MSG_CHECKING([for $PATH_TO_LSPS format])
  1193. if [$PATH_TO_LSPS -a 2>/dev/null | egrep -i "^Page Space" > /dev/null]
  1194. then
  1195. ac_cv_have_swap=yes
  1196. ac_cv_swap_command="$PATH_TO_LSPS -a"
  1197. ac_cv_swap_format=["%*s %*s %*s %f%*s %f %*s"]
  1198. ac_cv_swap_conv=1
  1199. AC_MSG_RESULT([using AIX lsps])
  1200. fi
  1201. dnl end if for PATH_TO_SWAPINFO
  1202. fi
  1203. dnl
  1204. dnl test for swapctl system call, both the 2-arg and 3-arg variants
  1205. dnl fwict, the 2-arg is an SVR4 standard, whereas the 3-arg is shared
  1206. dnl in the various BSD's
  1207. dnl
  1208. AC_CHECK_HEADERS([sys/stat.h sys/param.h])
  1209. AC_CHECK_HEADERS([sys/swap.h], [], [], [
  1210. #ifdef HAVE_SYS_PARAM_H
  1211. #include <sys/param.h>
  1212. #endif
  1213. ])
  1214. AC_CHECK_DECLS([swapctl],,,[
  1215. #include <unistd.h>
  1216. #include <sys/types.h>
  1217. #include <sys/param.h>
  1218. #include <sys/stat.h>
  1219. #include <sys/swap.h>
  1220. ])
  1221. AC_CHECK_TYPES([swaptbl_t, swapent_t],,,[
  1222. #include <sys/types.h>
  1223. #include <sys/param.h>
  1224. #include <sys/stat.h>
  1225. #include <sys/swap.h>
  1226. ])
  1227. AC_CHECK_MEMBERS([struct swapent.se_nblks],,,[
  1228. #include <unistd.h>
  1229. #include <sys/types.h>
  1230. #include <sys/param.h>
  1231. #include <sys/stat.h>
  1232. #include <sys/swap.h>
  1233. ])
  1234. if test "$ac_cv_have_decl_swapctl" = "yes";
  1235. then
  1236. EXTRAS="$EXTRAS check_swap"
  1237. AC_MSG_CHECKING([for 2-arg (SVR4) swapctl])
  1238. if test "$ac_cv_type_swaptbl_t" = "yes" -a \
  1239. "$ac_cv_type_swapent_t" = "yes";
  1240. then
  1241. AC_MSG_RESULT([yes])
  1242. ac_cv_check_swap_swapctl_svr4="1";
  1243. AC_DEFINE([CHECK_SWAP_SWAPCTL_SVR4],1,
  1244. [Define if 2-argument SVR4 swapctl exists])
  1245. else
  1246. AC_MSG_RESULT([no])
  1247. AC_MSG_CHECKING([for 3-arg (*BSD) swapctl])
  1248. if test "$ac_cv_member_struct_swapent_se_nblks" = "yes";
  1249. then
  1250. AC_MSG_RESULT([yes])
  1251. AC_DEFINE([CHECK_SWAP_SWAPCTL_BSD],1,
  1252. [Define if 3-argument BSD swapctl exists])
  1253. else
  1254. AC_MSG_RESULT([no])
  1255. fi
  1256. fi
  1257. AC_MSG_CHECKING([for whether swapctl uses blocks or pages])
  1258. if test "$ac_cv_check_swap_swapctl_svr4" = "1";
  1259. then
  1260. dnl
  1261. dnl the SVR4 spec returns values in pages
  1262. dnl
  1263. AC_MSG_RESULT([page])
  1264. AC_CHECK_DECLS([sysconf])
  1265. AC_MSG_CHECKING([for system page size])
  1266. if test "$ac_cv_have_decl_sysconf" = "yes";
  1267. then
  1268. AC_MSG_RESULT([determined by sysconf(3)])
  1269. ac_cv_swap_conv="(1048576/sysconf(_SC_PAGESIZE))"
  1270. else
  1271. AC_MSG_WARN([don't know. guessing 4096k])
  1272. ac_cv_swap_conv=256
  1273. fi
  1274. else
  1275. dnl
  1276. dnl the BSD spec returns values in blocks
  1277. dnl
  1278. AC_MSG_RESULT([blocks (assuming 512b)])
  1279. ac_cv_swap_conv=2048
  1280. fi
  1281. AC_DEFINE_UNQUOTED(SWAP_CONVERSION,$ac_cv_swap_conv,
  1282. [Conversion factor to MB])
  1283. fi
  1284. dnl
  1285. dnl end tests for the swapctl system calls
  1286. dnl
  1287. if test "x$ac_cv_have_swap" != "x"
  1288. then
  1289. AC_DEFINE(HAVE_SWAP,1,[Define if swap/swapinfo command is found])
  1290. EXTRAS="$EXTRAS check_swap"
  1291. fi
  1292. if test "x$ac_cv_swap_command" != "x"
  1293. then
  1294. AC_DEFINE_UNQUOTED(SWAP_COMMAND,"$ac_cv_swap_command",
  1295. [Path to swap/swapinfo binary, with any args])
  1296. AC_DEFINE_UNQUOTED(SWAP_FORMAT,"$ac_cv_swap_format",
  1297. [Format string for parsing swap output])
  1298. AC_DEFINE_UNQUOTED(SWAP_CONVERSION,$ac_cv_swap_conv,
  1299. [Conversion factor to MB])
  1300. fi
  1301. AC_ARG_WITH(proc-meminfo,
  1302. ACX_HELP_STRING([--with-proc-meminfo=PATH],
  1303. [path to /proc/meminfo or equivalent]),
  1304. ac_cv_proc_meminfo=$withval)
  1305. dnl dunno why this does not work below - use hack (kbd)
  1306. dnl fine on linux, broken on solaris
  1307. dnl if /bin/test -e "/proc/meminfo"
  1308. AC_MSG_CHECKING([for /proc/meminfo])
  1309. if test -n "$ac_cv_proc_meminfo"; then
  1310. AC_MSG_RESULT([(command line) $ac_cv_proc_meminfo])
  1311. elif [cat /proc/meminfo > /dev/null 2>&1]; then
  1312. AC_MSG_RESULT([found /proc/meminfo])
  1313. ac_cv_proc_meminfo="/proc/meminfo"
  1314. else
  1315. AC_MSG_RESULT([no])
  1316. fi
  1317. if test -n "$ac_cv_proc_meminfo"; then
  1318. AC_DEFINE(HAVE_PROC_MEMINFO,1,[Define if we have /proc/meminfo])
  1319. AC_DEFINE_UNQUOTED(PROC_MEMINFO,"$ac_cv_proc_meminfo",[path to /proc/meminfo if name changes])
  1320. EXTRAS="$EXTRAS check_swap"
  1321. fi
  1322. AC_PATH_PROG(PATH_TO_DIG,dig)
  1323. AC_ARG_WITH(dig_command,
  1324. ACX_HELP_STRING([--with-dig-command=PATH],
  1325. [Path to dig command]), PATH_TO_DIG=$withval)
  1326. if test -n "$PATH_TO_DIG"; then
  1327. EXTRAS="$EXTRAS check_dig"
  1328. AC_DEFINE_UNQUOTED(PATH_TO_DIG,"$PATH_TO_DIG",[Path to dig command, if present])
  1329. fi
  1330. AC_PATH_PROG(PATH_TO_APTGET,apt-get)
  1331. AC_ARG_WITH(apt-get_command,
  1332. ACX_HELP_STRING([--with-apt-get-command=PATH],
  1333. [Path to apt-get command]),
  1334. with_apt_get_command=$withval,
  1335. with_apt_get_command=$PATH_TO_APTGET)
  1336. AC_DEFINE_UNQUOTED(PATH_TO_APTGET,"$PATH_TO_APTGET",[Path to apt-get command, if present])
  1337. if test -n "$PATH_TO_APTGET" ; then
  1338. EXTRAS="$EXTRAS check_apt"
  1339. fi
  1340. if test -f plugins/check_nt.c ; then
  1341. EXTRAS="$EXTRAS check_nt"
  1342. elif test -f ../plugins/check_nt.c ; then
  1343. EXTRAS="$EXTRAS check_nt"
  1344. fi
  1345. dnl used in check_dhcp
  1346. AC_CHECK_HEADERS(sys/sockio.h)
  1347. case $host in
  1348. *bsd*)
  1349. AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c])
  1350. ;;
  1351. *linux*)
  1352. AC_DEFINE(__linux__,1,[linux specific code in check_dhcp.c])
  1353. ;;
  1354. *sun* | *solaris*)
  1355. AC_DEFINE(__sun__,1,[sun specific code in check_dhcp.c])
  1356. ;;
  1357. *hpux*)
  1358. AC_DEFINE(__hpux__,1,[hpux specific code in check_dhcp.c])
  1359. ;;
  1360. esac
  1361. AC_SUBST(EXTRAS)
  1362. AC_SUBST(EXTRAS_ROOT)
  1363. AC_SUBST(EXTRA_NETOBJS)
  1364. AC_SUBST(DEPLIBS)
  1365. AM_GNU_GETTEXT([external], [need-ngettext])
  1366. AM_GNU_GETTEXT_VERSION(0.15)
  1367. dnl Check for Redhat spopen problem
  1368. dnl Wierd problem where ECHILD is returned from a wait call in error
  1369. dnl Only appears to affect nslookup and dig calls. Only affects redhat around
  1370. dnl 2.6.9-11 (okay in 2.6.9-5). Redhat investigating root cause
  1371. dnl We patch plugins/popen.c
  1372. dnl Need to add smp because uname different on those
  1373. dnl Can force patch to be applied with --enable-redhat-pthread-workaround
  1374. AC_ARG_ENABLE(redhat-pthread-workaround,
  1375. AC_HELP_STRING([--enable-redhat-pthread-workaround],
  1376. [force Redhat patch to be applied (default: test system)]),
  1377. [ac_cv_enable_redhat_pthread_workaround=$enableval],
  1378. [ac_cv_enable_redhat_pthread_workaround=test])
  1379. if test "$ac_cv_enable_redhat_pthread_workaround" = "test" ; then
  1380. if echo $ac_cv_uname_r | egrep "\.EL(smp)?$" >/dev/null 2>&1 ; then
  1381. AC_MSG_NOTICE([See http://nagiosplugins.org/faq/compile/configure_appears_to_hang if this next part takes a long time])
  1382. AC_MSG_CHECKING(for redhat spopen problem)
  1383. ( cd config_test && make && make test ) > /dev/null 2>&1
  1384. if test $? -eq 0 ; then
  1385. AC_MSG_RESULT(okay)
  1386. else
  1387. AC_MSG_RESULT(error)
  1388. AC_DEFINE(REDHAT_SPOPEN_ERROR, 1, [Workaround on redhat in spopen])
  1389. fi
  1390. fi
  1391. elif test "$ac_cv_enable_redhat_pthread_workaround" = "yes" ; then
  1392. AC_DEFINE(REDHAT_SPOPEN_ERROR, 1, [Forced workaround on redhat in spopen])
  1393. fi
  1394. dnl Perl modules
  1395. AC_ARG_ENABLE(perl-modules,
  1396. AC_HELP_STRING([--enable-perl-modules],
  1397. [Enables installation of Nagios::Plugin and its dependencies (default: no)]),
  1398. [enable_perl_modules=$enableval],
  1399. [enable_perl_modules=no])
  1400. if test "$enable_perl_modules" = "yes" ; then
  1401. AC_SUBST(PERLMODS_DIR,perlmods)
  1402. fi
  1403. dnl External libraries - see ACKNOWLEDGEMENTS
  1404. gl_INIT
  1405. dnl Some helpful common compile errors checked here
  1406. if test "$ac_cv_uname_s" = 'SunOS' -a \( "x$ac_cv_prog_ac_ct_AR" = "x" -o "$ac_cv_prog_ac_ct_AR" = 'false' \) ; then
  1407. AC_MSG_ERROR(No ar found for Solaris - is /usr/ccs/bin in PATH?)
  1408. fi
  1409. AC_OUTPUT(
  1410. Makefile
  1411. lib/Makefile
  1412. plugins/Makefile
  1413. lib/tests/Makefile
  1414. plugins-root/Makefile
  1415. plugins-scripts/Makefile
  1416. plugins-scripts/subst
  1417. plugins-scripts/utils.pm
  1418. plugins-scripts/utils.sh
  1419. perlmods/Makefile
  1420. command.cfg
  1421. test.pl
  1422. pkg/solaris/pkginfo
  1423. po/Makefile.in
  1424. )
  1425. dnl the ones below that are commented out need to be cleaned up
  1426. dnl in the configure code above to use with_foo instead of ac_cv_foo
  1427. dnl if we want them to show up here. it'd also make the code cleaner.
  1428. dnl i'll get to that on another rainy day :) -sf
  1429. ACX_FEATURE([with],[apt-get-command])
  1430. dnl ACX_FEATURE([with],[dig-command])
  1431. dnl ACX_FEATURE([with],[fping-command])
  1432. dnl ACX_FEATURE([with],[mailq-command])
  1433. dnl ACX_FEATURE([with],[nslookup-command])
  1434. ACX_FEATURE([with],[ping6-command])
  1435. ACX_FEATURE([with],[ping-command])
  1436. dnl ACX_FEATURE([with],[qstat-command])
  1437. dnl ACX_FEATURE([with],[rpcinfo-command])
  1438. dnl ACX_FEATURE([with],[smbclient-command])
  1439. dnl ACX_FEATURE([with],[snmpget-command])
  1440. dnl ACX_FEATURE([with],[snmpgetnext-command])
  1441. dnl ACX_FEATURE([with],[ssh-command])
  1442. dnl ACX_FEATURE([with],[uptime-command])
  1443. dnl ACX_FEATURE([with],[proc-meminfo])
  1444. dnl ACX_FEATURE([with],[ps-command])
  1445. dnl ACX_FEATURE([with],[ps-format])
  1446. dnl ACX_FEATURE([with],[ps-cols])
  1447. dnl ACX_FEATURE([with],[ps-varlist])
  1448. ACX_FEATURE([with],[ipv6])
  1449. ACX_FEATURE([with],[mysql])
  1450. ACX_FEATURE([with],[openssl])
  1451. ACX_FEATURE([with],[gnutls])
  1452. ACX_FEATURE([enable],[extra-opts])
  1453. ACX_FEATURE([with],[perl])
  1454. ACX_FEATURE([enable],[perl-modules])
  1455. ACX_FEATURE([with],[cgiurl])
  1456. ACX_FEATURE([with],[trusted-path])