Browse Source

Merge pull request #9601 from TDT-AG/pr/20190730-collectd

collectd: enable threshold plugin
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
6fa1dd5568
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/collectd/Makefile

+ 2
- 0
utils/collectd/Makefile View File

@ -176,6 +176,7 @@ COLLECTD_PLUGINS_SELECTED:= \
teamspeak2 \
ted \
thermal \
threshold \
unixsock \
uptime \
users \
@ -418,6 +419,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,))


Loading…
Cancel
Save