]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
UBI plugin: enable plugin only for Linux system
authorPierre Lebleu <pme.lebleu@gmail.com>
Tue, 9 Jul 2019 14:07:26 +0000 (16:07 +0200)
committerPierre Lebleu <pme.lebleu@gmail.com>
Tue, 9 Jul 2019 14:07:26 +0000 (16:07 +0200)
configure.ac

index a471ac0f09f368f2ace3b8d6e8d567f5b0a415a6..8e572652fd5e566796ae220b0f4c37ddf1f054bc 100644 (file)
@@ -6420,7 +6420,7 @@ plugin_tcpconns="no"
 plugin_ted="no"
 plugin_thermal="no"
 plugin_turbostat="no"
-plugin_ubi="yes"
+plugin_ubi="no"
 plugin_uptime="no"
 plugin_users="no"
 plugin_virt="no"
@@ -6464,6 +6464,7 @@ if test "x$ac_system" = "xLinux"; then
   plugin_synproxy="yes"
   plugin_tcpconns="yes"
   plugin_thermal="yes"
+  plugin_ubi="yes"
   plugin_uptime="yes"
   plugin_vmem="yes"
   plugin_vserver="yes"