From: Sebastian Harl Date: Sun, 2 Sep 2007 15:23:53 +0000 (+0200) Subject: Added "snmp" and "xmms" plugins to README and src/collectd.conf.in. X-Git-Tag: collectd-4.1.1~15 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=79e5cac135349c56f26cd437dff6f865b8c4e949;p=collectd.git Added "snmp" and "xmms" plugins to README and src/collectd.conf.in. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/README b/README index d9e076c1..1048ea8a 100644 --- a/README +++ b/README @@ -134,6 +134,11 @@ Features - serial RX and TX of serial interfaces. Linux only; needs root privileges. + - snmp + Read values from SNMP (Simple Network Management Protocol) enabled + network devices such as switches, routers, thermometers, rack monitoring + servers, etc. See collectd-snmp(5). + - swap Pages swapped out onto harddisk or whatever is called `swap' by the OS.. @@ -150,6 +155,9 @@ Features - wireless Link quality of wireless cards. Linux only. + - xmms + Bitrate and frequency of music played with XMMS. + * Output can be written or send to various destinations by the following plugins: diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 292110ab..313fd914 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -46,6 +46,7 @@ @BUILD_PLUGIN_RRDTOOL_TRUE@LoadPlugin rrdtool @BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors @BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial +@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp @BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap @BUILD_PLUGIN_SYSLOG_TRUE@LoadPlugin syslog @BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape @@ -53,6 +54,7 @@ @BUILD_PLUGIN_USERS_TRUE@LoadPlugin users @BUILD_PLUGIN_VSERVER_TRUE@LoadPlugin vserver @BUILD_PLUGIN_WIRELESS_TRUE@LoadPlugin wireless +@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms # # URL "http://localhost/status?auto" @@ -190,6 +192,48 @@ # IgnoreSelected false # +# +# +# Type "voltage" +# Table false +# Instance "input_line1" +# Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1" +# +# +# Type "users" +# Table false +# Instance "" +# Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0" +# +# +# Type "if_octets" +# Table true +# Instance "IF-MIB::ifDescr" +# Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets" +# +# +# +# Address "192.168.0.2" +# Version 1 +# Community "community_string" +# Collect "std_traffic" +# Inverval 120 +# +# +# Address "192.168.0.42" +# Version 2 +# Community "another_string" +# Collect "std_traffic" "hr_users" +# +# +# Address "192.168.0.3" +# Version 1 +# Community "more_communities" +# Collect "powerplus_voltge_input" +# Interval 300 +# +# + # # LogLevel info #