Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687436 - net-analyzer/netdata-1.15.0: need new use flag for dbengine feature
Summary: net-analyzer/netdata-1.15.0: need new use flag for dbengine feature
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-05 12:13 UTC by andcycle-gentoo.bugs
Modified: 2019-07-02 20:57 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andcycle-gentoo.bugs 2019-06-05 12:13:33 UTC
as 1.15.0 introduce a database structure to save metrics,
which introduce new dependency and extra folder to save db data,

https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#prepare-your-system

dev-libs/libuv
app-arch/lz4
dev-libs/judy
dev-libs/openssl

https://docs.netdata.cloud/database/engine/

default location is /var/cache/netdata/dbengine/*
Comment 1 Larry the Git Cow gentoo-dev 2019-07-02 20:57:09 UTC
The bug has been closed via the following commit(s):

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

commit 221570031a37bcab9e4d27521d6749f73d0d25e5
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-07-02 20:54:11 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-07-02 20:57:02 +0000

    net-analyzer/netdata: add support for dbengine
    
    Closes: https://bugs.gentoo.org/687436
    Package-Manager: Portage-2.3.68, Repoman-2.3.16
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 net-analyzer/netdata/metadata.xml             |   1 +
 net-analyzer/netdata/netdata-1.15.0-r1.ebuild | 128 ++++++++++++++++++++++++++
 net-analyzer/netdata/netdata-9999.ebuild      |   9 +-
 3 files changed, 137 insertions(+), 1 deletion(-)