Code

configure.in: Active the memory plugin if sysctl(3) is available.
authorFlorian Forster <octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:27:11 +0000 (13:27 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 18 Apr 2009 11:27:11 +0000 (13:27 +0200)
configure.in

index 591de4ff7beb93fb70eae4cb2c5b149a33ea2eb4..7c4e417d90719f8097763c7c334b5375f4304903 100644 (file)
@@ -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