mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #9601 from TDT-AG/pr/20190730-collectd
collectd: enable threshold plugin
This commit is contained in:
@@ -176,6 +176,7 @@ COLLECTD_PLUGINS_SELECTED:= \
|
|||||||
teamspeak2 \
|
teamspeak2 \
|
||||||
ted \
|
ted \
|
||||||
thermal \
|
thermal \
|
||||||
|
threshold \
|
||||||
unixsock \
|
unixsock \
|
||||||
uptime \
|
uptime \
|
||||||
users \
|
users \
|
||||||
@@ -418,6 +419,7 @@ $(eval $(call BuildPlugin,teamspeak2,TeamSpeak2 input,teamspeak2,))
|
|||||||
$(eval $(call BuildPlugin,ted,The Energy Detective input,ted,))
|
$(eval $(call BuildPlugin,ted,The Energy Detective input,ted,))
|
||||||
$(eval $(call BuildPlugin,tcpconns,TCP connection tracking input,tcpconns,))
|
$(eval $(call BuildPlugin,tcpconns,TCP connection tracking input,tcpconns,))
|
||||||
$(eval $(call BuildPlugin,thermal,system temperatures input,thermal,))
|
$(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,unixsock,unix socket output,unixsock,))
|
||||||
$(eval $(call BuildPlugin,uptime,uptime status input,uptime,))
|
$(eval $(call BuildPlugin,uptime,uptime status input,uptime,))
|
||||||
$(eval $(call BuildPlugin,users,user logged in status input,users,))
|
$(eval $(call BuildPlugin,users,user logged in status input,users,))
|
||||||
|
|||||||
Reference in New Issue
Block a user