diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 3bf51d8dd..dbb56dc98 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -177,6 +177,7 @@ COLLECTD_PLUGINS_SELECTED:= \ teamspeak2 \ ted \ thermal \ + threshold \ unixsock \ uptime \ users \ @@ -419,6 +420,7 @@ $(eval $(call BuildPlugin,teamspeak2,TeamSpeak2 input,teamspeak2,)) $(eval $(call BuildPlugin,ted,The Energy Detective input,ted,)) $(eval $(call BuildPlugin,tcpconns,TCP connection tracking input,tcpconns,)) $(eval $(call BuildPlugin,thermal,system temperatures input,thermal,)) +$(eval $(call BuildPlugin,threshold,Notifications and thresholds,threshold,)) $(eval $(call BuildPlugin,unixsock,unix socket output,unixsock,)) $(eval $(call BuildPlugin,uptime,uptime status input,uptime,)) $(eval $(call BuildPlugin,users,user logged in status input,users,))