summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3db1540)
raw | patch | inline | side by side (parent: 3db1540)
author | octo <octo> | |
Tue, 11 Apr 2006 22:22:12 +0000 (22:22 +0000) | ||
committer | octo <octo> | |
Tue, 11 Apr 2006 22:22:12 +0000 (22:22 +0000) |
Added output wether or not `apache' plugin is built.
Renamed `iokit' to `apple_sensors' in the summary.
Renamed `iokit' to `apple_sensors' in the summary.
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 8fd2b489cecfc8168d598f5dd475fa47a59f660d..a56c48b1f4a41421d1ffcb6654d072e4b4fdc0bb 100644 (file)
--- a/configure.in
+++ b/configure.in
AC_CHECK_HEADERS(IOKit/IOKitLib.h)
AC_CHECK_HEADERS(IOKit/IOTypes.h)
+# For the battery plugin
+AC_CHECK_HEADERS(IOKit/ps/IOPowerSources.h, [], [],
+[
+#if HAVE_IOKIT_IOKITLIB_H
+# include <IOKit/IOKitLib.h>
+#endif
+#if HAVE_IOKIT_IOTYPES_H
+# include <IOKit/IOTypes.h>
+#endif
+])
+AC_CHECK_HEADERS(IOKit/ps/IOPSKeys.h)
+
# For load module
AC_CHECK_HEADERS(sys/loadavg.h)
heartbeat . . . . . $collectd_heartbeat seconds
Modules:
+ apache . . . . . . $enable_apache
+ apple_sensors . . . $enable_apple_sensors
battery . . . . . . $enable_battery
cpu . . . . . . . . $enable_cpu
cpufreq . . . . . . $enable_cpufreq
df . . . . . . . . $enable_df
disk . . . . . . . $enable_disk
hddtemp . . . . . . $enable_hddtemp
- iokit . . . . . . . $enable_iokit
load . . . . . . . $enable_load
memory . . . . . . $enable_memory
mysql . . . . . . . $enable_mysql