Skip to content

Instantly share code, notes, and snippets.

@frightenedmonkey
Created February 11, 2016 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frightenedmonkey/5b427ef1da17a749e4b1 to your computer and use it in GitHub Desktop.
Save frightenedmonkey/5b427ef1da17a749e4b1 to your computer and use it in GitHub Desktop.
collectd plugins on Debian
==========================
Some plugins require additional libraries. To prevent you from having to
install dozens of further packages that you don't actually need, there is no
strict dependency on those libraries. Rather, they are listed as recommenda-
tions ("collectd" package) or suggestions ("collectd-core" package").
apt-get(8) and aptitude(8) will install recommended packages automatically by
default. If you did not disable this feature you will have everything in place
to operate all plugins when installing the "collectd" package. Else you have
to install missing dependencies manually (see the section "Plugin
dependencies" below).
Plugin dependencies:
--------------------
amqp:
* librabbitmq1 (>= 0.4.1)
apache:
* libcurl3-gnutls (>= 7.16.2)
ascent:
* libcurl3-gnutls (>= 7.16.2)
* libxml2 (>= 2.7.4)
bind:
* libcurl3-gnutls (>= 7.16.2)
* libxml2 (>= 2.7.4)
curl:
* libcurl3-gnutls (>= 7.16.2)
curl_json:
* libcurl3-gnutls (>= 7.16.2)
* libyajl2 (>= 2.0.4)
curl_xml:
* libcurl3-gnutls (>= 7.16.2)
* libxml2 (>= 2.7.4)
dbi:
* libdbi1 (>= 0.8.4)
dns:
* libpcap0.8 (>= 1.0.0)
ipmi:
* libopenipmi0
iptables:
* iptables
libvirt:
* libvirt0 (>= 0.3.2)
* libxml2 (>= 2.7.4)
lvm:
* liblvm2app2.2 (>= 2.02.98)
memcachec:
* libmemcached10
modbus:
* libmodbus5 (>= 3.0.2)
mysql:
* libmysqlclient18 (>= 5.5.24+dfsg-1)
netlink:
* libmnl0
network:
* libgcrypt11 (>= 1.5.1)
nginx:
* libcurl3-gnutls (>= 7.16.2)
notify_desktop:
* libglib2.0-0 (>= 2.12.0)
* libnotify4 (>= 0.7.0)
notify_email:
* libesmtp6
nut:
* libupsclient3 (>= 2.7.1)
perl:
* libperl5.18 (>= 5.18.2)
pinba:
* libprotobuf-c0 (>= 0.10)
ping:
* liboping0 (>= 0.3.3)
postgresql:
* libpq5
python:
* libpython2.7 (>= 2.7)
rrdcached:
* librrd4 (>= 1.4~rc2)
rrdtool:
* librrd4 (>= 1.3.0)
sensors:
* lm-sensors
* libsensors4 (>= 1:3.0.0)
snmp:
* libsnmp30 (>= 5.7.2~dfsg)
tokyotyrant:
* libtokyotyrant3
varnish:
* libvarnishapi1 (>= 3.0.0)
write_http:
* libcurl3-gnutls (>= 7.16.2)
write_riemann:
* libprotobuf-c0 (>= 0.10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment