Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740106 - app-metrics/collectd missing plugin gpu_nvidia
Summary: app-metrics/collectd missing plugin gpu_nvidia
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-09-02 19:16 UTC by Kuba Marek
Modified: 2020-09-07 00:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch enabling gpu_nvidia (collectd-5.11.0-gpu_nvidia.patch,1.64 KB, patch)
2020-09-02 19:16 UTC, Kuba Marek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kuba Marek 2020-09-02 19:16:43 UTC
Created attachment 657964 [details, diff]
Ebuild patch enabling gpu_nvidia

A plugin gpu_nvidia was added to app-metrics/collectd in version 5.11.0 (https://github.com/collectd/collectd/pull/2923), but it is currently not possible to enable it in Gentoo.

I'm attaching a patch for the ebuild that enables the plugin. It's tested on my machine, but it's my first ebuild modification, so I'm expecting some issues with it.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-07 00:50:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9f44cddffb2ae8c4a5f759817499a511449966

commit ba9f44cddffb2ae8c4a5f759817499a511449966
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-09-07 00:45:48 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-09-07 00:46:42 +0000

    app-metrics/collectd: add gpu_nvidia plugin
    
    Closes: https://bugs.gentoo.org/740106
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 app-metrics/collectd/collectd-5.12.0.ebuild | 11 +++++++++--
 profiles/arch/amd64/package.use.mask        |  4 ++++
 profiles/arch/amd64/package.use.stable.mask |  5 +++--
 profiles/arch/base/package.use.mask         |  4 ++++
 profiles/desc/collectd_plugins.desc         |  1 +
 5 files changed, 21 insertions(+), 4 deletions(-)