Git Product home page Git Product logo

Comments (25)

Sacro avatar Sacro commented on May 21, 2024 7

Is it possible for the deb to create system group and user for netdata? And a systemd config?
Also chown netdata:netdata /var/cache/netdata
And also it seems to require chown -R root:netdata /usr/share/netdata/web/

And I just noticed the lack of a logrotate config! Is there somewhere I can submit pull requests against the PPA?

from netdata.

gslin avatar gslin commented on May 21, 2024 3

I've set this up in https://launchpad.net/~gslin/+archive/ubuntu/netdata, please enjoy it.

from netdata.

thulle avatar thulle commented on May 21, 2024 2

I took Federico Ceratto's packaging for debian and made some minor changes to get it to build on launchpad for Ubuntu 16.04 Xenial.
Published here: https://launchpad.net/~thulle/+archive/ubuntu/netdatafromdebian

Two disclaimers:

  • I packaged this for my own evaluation of netdata. It seems to work as intended in ubuntu, but I haven't verified anything more than being able to connect to netdata and see some graphs.
  • Since I'm only evaluating using netdata so far, there's no assurance i will keep updating the packages.

Feel free to try it out. I'd be happy to receive comment on any issues with the package or help any aspiring packager to get going.

from netdata.

compuguy avatar compuguy commented on May 21, 2024 1

@gslin With the 1.3.0 release in August your PPA is out of date currently. Any plans to put 1.3.0 up?

from netdata.

vith avatar vith commented on May 21, 2024 1

Seems the PPA mentioned at #69 (comment) is 10 months out of date now. Should this issue be re-opened?

from netdata.

thulle avatar thulle commented on May 21, 2024 1

I've updated PPA with 1.10 for both Ubuntu 16.04 and 18.04.
Since I've upgraded to 18.04.1 everywhere before I started to update the PPA It's completely untested for 16.04.

from netdata.

ktsaou avatar ktsaou commented on May 21, 2024

You are right.
No time for this currently though.
You can of course set this up and I'll let everyone know.

from netdata.

ktsaou avatar ktsaou commented on May 21, 2024

Nice!

Is this the latest release or the github version?

Can you give me instructions to show at: https://github.com/firehol/netdata/wiki/Installation

from netdata.

gslin avatar gslin commented on May 21, 2024

Yeah, but I am not sure how to send pull request for wiki, so may I post here?

# apt-add-repository ppa:gslin/netdata
# apt-get update
# apt-get install netdata

Please feel free to modify it.

from netdata.

ktsaou avatar ktsaou commented on May 21, 2024

thanks!

2 questions:

  1. Is this the latest release or the github version?
  2. Is this updated automatically, or you do it by hand?

from netdata.

gslin avatar gslin commented on May 21, 2024
  1. Yes, it's 1.1.0 (current latest version). (Please check https://launchpad.net/~gslin/+archive/ubuntu/netdata this page)
  2. This is updated manually.

from netdata.

gslin avatar gslin commented on May 21, 2024

These ideas look great, I will improve PPA when available.

from netdata.

LeeNX avatar LeeNX commented on May 21, 2024

Just installed onto Trusty (Ubunut 14.04) and found no init script nor systemd config - bug?

Also had to run sudo chgrp -R netdata /usr/share/netdata/web/ to start from CMD as root, which might not be right, but working as the moment.

Hoping for an update soon! ;-)

from netdata.

FedericoCeratto avatar FedericoCeratto commented on May 21, 2024

FYI various scripts and config files have been publised on https://anonscm.debian.org/git/collab-maint/netdata.git/tree/debian for #42

from netdata.

ktsaou avatar ktsaou commented on May 21, 2024

FYI various scripts and config files have been publised on https://anonscm.debian.org/git/collab-maint/netdata.git/tree/debian for #42

hm... they did it wrong... they replaced dygraphs library with the system wide one (probably the latest release of them), but the one used by netdata is a commit several months after the latest release, so certain features might be broken...

from netdata.

FedericoCeratto avatar FedericoCeratto commented on May 21, 2024

@ktsaou maybe we should move this discussion on #42 - anyhow only the system wide javascript libraries can be used (barring few exceptions) and the UI seems to be working with the libraries currently in Debian Unstable.

from netdata.

ktsaou avatar ktsaou commented on May 21, 2024

ok. I am closing this, and discuss it at #42

from netdata.

codezion avatar codezion commented on May 21, 2024

@gslin v 1.4 build seems to be broken at https://launchpad.net/~gslin/+archive/ubuntu/netdata Some missing files?

from netdata.

LeeNX avatar LeeNX commented on May 21, 2024

Gentle nudge about release v1.5.0 - https://github.com/firehol/netdata/releases/tag/v1.5.0, please build the next release packages, I am really lazy ... ;-)

from netdata.

vampywiz17 avatar vampywiz17 commented on May 21, 2024

https://launchpad.net/debian/+source/netdata

from netdata.

daenney avatar daenney commented on May 21, 2024

This might prove more useful for Ubuntu to go on: https://launchpad.net/ubuntu/+source/netdata. Unfortunately that only builds for Zesty (17.04) but it should be easy to set something up that tracks that and builds for other versions. The deb's listed there probably install on older versions of Ubuntu too.

from netdata.

ktsaou avatar ktsaou commented on May 21, 2024

re-opened. I can't help though. If anyone can help, please do so...

from netdata.

maravento avatar maravento commented on May 21, 2024

Why do not you update PPA for Ubuntu 18.04?

from netdata.

paulfantom avatar paulfantom commented on May 21, 2024

To all interested parties: I would like to unify how netdata packages are versioned, more in #5044

from netdata.

paulkatsoulakis avatar paulkatsoulakis commented on May 21, 2024

We are running issue #5963 to deliver binary releases under custom netdata repositories for our users. I will resolve this for now.

Do not hesitate to provide any inputs on the mentioned issue and its subtasks, any contribution is always valuable, we are what our users wants us to be anyway! :))

I have considered all closed packaging related issues and tried to re-use most contributions with a twist of automation and improvements where possible to get us there.

Of course #5963 is just the attempt to touch base with a long waited project, we will have more and more iterations until we get our packaging to an Enterprise level standard. Your contributions have been of great help so far, so thank you all in advance and see you on the next issue you will need our help!

from netdata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.