X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fredhat%2Fcollectd.spec;h=246fcb52cf811a6c2991a99fe2fe31082ef640ad;hb=63b73117bbbdd7ad41c154a6f9d0446b788e0123;hp=ddb47a3fc13e0430be1df7cc96448aaf6ebce308;hpb=09abfaaeb71957c6039387ad3f5d82803c14ddda;p=collectd.git diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index ddb47a3f..246fcb52 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -216,7 +216,9 @@ %define with_xencpu 0%{!?_without_xencpu:0} # plugin zone disabled, requires Solaris %define with_zone 0%{!?_without_zone:0} -# requires cuda (I think) +# plugin gpu_nvidia requires cuda-nvml-dev +# get it from https://developer.nvidia.com/cuda-downloads +# then install cuda-nvml-dev-10-1 or other version %define with_gpu_nvidia 0%{!?_without_gpu_nvidia:0} # not sure why this one's failing %define with_write_stackdriver 0%{!?_without_write_stackdriver:0} @@ -966,7 +968,7 @@ The riemann plugin submits values to Riemann, an event stream processor. Summary: stackdriver plugin for collectd Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} -BuildRequires: curl-devel, libxml2-devel, liboauth-devel +BuildRequires: curl-devel, yajl-devel, openssl-devel %description write_stackdriver The write_stackdriver collectd plugin writes metrics to the Google Stackdriver Monitoring service. @@ -977,7 +979,7 @@ Google Stackdriver Monitoring service. Summary: stackdriver plugin for collectd Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} -BuildRequires: curl-devel, libxml2-devel, liboauth-devel +BuildRequires: cuda-nvml-dev-10-1 %description gpu_nvidia The gpu_nvidia collectd plugin collects NVidia GPU metrics. %endif