Merge pull request #10709 from robbinch/pkg-collectd-smart
collectd: Enable SMART plugin
This commit is contained in:
commit
b654d87df0
@ -4,6 +4,7 @@
|
|||||||
, curl ? null
|
, curl ? null
|
||||||
, iptables ? null
|
, iptables ? null
|
||||||
, jdk ? null
|
, jdk ? null
|
||||||
|
, libatasmart ? null
|
||||||
, libcredis ? null
|
, libcredis ? null
|
||||||
, libdbi ? null
|
, libdbi ? null
|
||||||
, libgcrypt ? null
|
, libgcrypt ? null
|
||||||
@ -25,6 +26,7 @@
|
|||||||
, rabbitmq-c ? null
|
, rabbitmq-c ? null
|
||||||
, riemann ? null
|
, riemann ? null
|
||||||
, rrdtool ? null
|
, rrdtool ? null
|
||||||
|
, udev ? null
|
||||||
, varnish ? null
|
, varnish ? null
|
||||||
, yajl ? null
|
, yajl ? null
|
||||||
}:
|
}:
|
||||||
@ -38,10 +40,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig curl iptables libcredis libdbi libgcrypt libmemcached cyrus_sasl
|
pkgconfig curl iptables libatasmart libcredis libdbi libgcrypt libmemcached
|
||||||
libmodbus libnotify gdk_pixbuf liboping libpcap libsigrok libvirt
|
cyrus_sasl libmodbus libnotify gdk_pixbuf liboping libpcap libsigrok libvirt
|
||||||
lm_sensors libxml2 lvm2 mysql.lib postgresql protobufc rabbitmq-c rrdtool
|
lm_sensors libxml2 lvm2 mysql.lib postgresql protobufc rabbitmq-c rrdtool
|
||||||
varnish yajl jdk libtool python
|
varnish yajl jdk libtool python udev
|
||||||
];
|
];
|
||||||
|
|
||||||
# for some reason libsigrok isn't auto-detected
|
# for some reason libsigrok isn't auto-detected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user