collectd: add snmp support
This commit is contained in:
parent
d2f9f251aa
commit
544d9a7620
|
@ -29,6 +29,7 @@
|
|||
, udev ? null
|
||||
, varnish ? null
|
||||
, yajl ? null
|
||||
, net_snmp ? null
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "5.5.1";
|
||||
|
@ -43,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||
pkgconfig curl iptables libatasmart libcredis libdbi libgcrypt libmemcached
|
||||
cyrus_sasl libmodbus libnotify gdk_pixbuf liboping libpcap libsigrok libvirt
|
||||
lm_sensors libxml2 lvm2 libmysql postgresql protobufc rabbitmq-c rrdtool
|
||||
varnish yajl jdk libtool python udev
|
||||
varnish yajl jdk libtool python udev net_snmp
|
||||
];
|
||||
|
||||
# for some reason libsigrok isn't auto-detected
|
||||
|
|
Loading…
Reference in New Issue