Code

postgresql plugin: Added "Instance" option to <Database> config block.
[collectd.git] / configure.in
index f1235867cfe421e30afe082c50dc3de89fff4178..2a187b20c9b261ec08253636e4eebdc231b03702 100644 (file)
@@ -4637,11 +4637,13 @@ fi
 if test "x$with_perfstat" = "xyes"
 then
        plugin_cpu="yes"
+       plugin_contextswitch="yes"
        plugin_disk="yes"
        plugin_memory="yes"
        plugin_swap="yes"
        plugin_interface="yes"
        plugin_load="yes"
+       plugin_uptime="yes"
 fi
 
 if test "x$with_procinfo" = "xyes"