projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb8f7f
)
configure.in: Active the memory plugin if sysctl(3) is available.
author
Florian Forster
<octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:27:11 +0000
(13:27 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:27:11 +0000
(13:27 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
591de4f
..
7c4e417
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-3275,6
+3275,7
@@
fi
if test "x$have_sysctl" = "xyes"
then
plugin_cpu="yes"
+ plugin_memory="yes"
plugin_swap="yes"
plugin_uptime="yes"
fi