Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. netdata - real-time monitoring

netdata - real-time monitoring

Scheduled Pinned Locked Moved App Wishlist
40 Posts 12 Posters 5.4k Views 16 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • imc67I Offline
    imc67I Offline
    imc67
    translator
    wrote on last edited by imc67
    #3

    This app will make a huge difference on Cloudron server as I’m currently missing real-time insights in ie. CPU, network I/O, etc

    It looks like it’s really easy to install or setup but I’m not familiar (yet) with creating Cloudron apps.

    @nebulon what are you guys using for real-time server monitoring?

    BTW: their new GIT is https://github.com/netdata/netdata/wiki

    jdaviescoatesJ 1 Reply Last reply
    0
    • imc67I imc67

      This app will make a huge difference on Cloudron server as I’m currently missing real-time insights in ie. CPU, network I/O, etc

      It looks like it’s really easy to install or setup but I’m not familiar (yet) with creating Cloudron apps.

      @nebulon what are you guys using for real-time server monitoring?

      BTW: their new GIT is https://github.com/netdata/netdata/wiki

      jdaviescoatesJ Online
      jdaviescoatesJ Online
      jdaviescoates
      wrote on last edited by jdaviescoates
      #4

      @imc67 said in netdata - real-time monitoring:

      I’m not familiar (yet) with creating Cloudron apps.

      Have you read the packaging tutorial?
      (which imho needs to be easier to find from the main Cloudron website):

      https://cloudron.io/documentation/custom-apps/tutorial/

      @imc67 said in netdata - real-time monitoring:

      I’m currently missing real-time insights in ie. CPU, network I/O, etc

      I get all those on my Hetzner cloud over in the Hetzner console. Perhaps your server/ VPS provides this info too? 🙂

      I use Cloudron with Gandi & Hetzner

      imc67I JOduMonTJ 2 Replies Last reply
      0
      • jdaviescoatesJ jdaviescoates

        @imc67 said in netdata - real-time monitoring:

        I’m not familiar (yet) with creating Cloudron apps.

        Have you read the packaging tutorial?
        (which imho needs to be easier to find from the main Cloudron website):

        https://cloudron.io/documentation/custom-apps/tutorial/

        @imc67 said in netdata - real-time monitoring:

        I’m currently missing real-time insights in ie. CPU, network I/O, etc

        I get all those on my Hetzner cloud over in the Hetzner console. Perhaps your server/ VPS provides this info too? 🙂

        imc67I Offline
        imc67I Offline
        imc67
        translator
        wrote on last edited by
        #5

        @jdaviescoates yes DO has also some metrics but not real-time and not so extensive and expandable as Netdata.

        About packaging, yes of course I've read those but that doesn't mean you're able to create it immediately 😉

        1 Reply Last reply
        1
        • jdaviescoatesJ jdaviescoates

          @imc67 said in netdata - real-time monitoring:

          I’m not familiar (yet) with creating Cloudron apps.

          Have you read the packaging tutorial?
          (which imho needs to be easier to find from the main Cloudron website):

          https://cloudron.io/documentation/custom-apps/tutorial/

          @imc67 said in netdata - real-time monitoring:

          I’m currently missing real-time insights in ie. CPU, network I/O, etc

          I get all those on my Hetzner cloud over in the Hetzner console. Perhaps your server/ VPS provides this info too? 🙂

          JOduMonTJ Offline
          JOduMonTJ Offline
          JOduMonT
          wrote on last edited by
          #6

          @jdaviescoates said in netdata - real-time monitoring:

          Have you read the packaging tutorial?
          (which imho needs to be easier to find from the main Cloudron website):
          https://cloudron.io/documentation/custom-apps/tutorial/

          I blindly followed the tutorial and it result this:
          https://hub.docker.com/repository/docker/jodumont/netdata
          and the repo is there: https://git.cloudron.io/jodumont/netdata-app

          JOduMonTJ 1 Reply Last reply
          2
          • JOduMonTJ JOduMonT

            @jdaviescoates said in netdata - real-time monitoring:

            Have you read the packaging tutorial?
            (which imho needs to be easier to find from the main Cloudron website):
            https://cloudron.io/documentation/custom-apps/tutorial/

            I blindly followed the tutorial and it result this:
            https://hub.docker.com/repository/docker/jodumont/netdata
            and the repo is there: https://git.cloudron.io/jodumont/netdata-app

            JOduMonTJ Offline
            JOduMonTJ Offline
            JOduMonT
            wrote on last edited by JOduMonT
            #7

            @JOduMonT said in netdata - real-time monitoring:

            https://hub.docker.com/repository/docker/jodumont/netdata
            and the repo is there: https://git.cloudron.io/jodumont/netdata-app

            @nebulon does this count for "a free license for Your App Community" ?

            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #8

              @JOduMonT it seems you have just forked the tutorial app and copied things from the upstream netdata Dockerfile. If you actually want to create a Cloudron app package for netdata, then you would have to revisit the package files. For example VOLUME in Dockerfile is not supported, also none of the CloudronManifest.json meta information seems to have been applied to netdata. Also healthcheck is not implemented.
              Generally it may be nice to have netdata if it provides useful information and is actually be packaged for Cloudron.

              JOduMonTJ 2 Replies Last reply
              2
              • nebulonN nebulon

                @JOduMonT it seems you have just forked the tutorial app and copied things from the upstream netdata Dockerfile. If you actually want to create a Cloudron app package for netdata, then you would have to revisit the package files. For example VOLUME in Dockerfile is not supported, also none of the CloudronManifest.json meta information seems to have been applied to netdata. Also healthcheck is not implemented.
                Generally it may be nice to have netdata if it provides useful information and is actually be packaged for Cloudron.

                JOduMonTJ Offline
                JOduMonTJ Offline
                JOduMonT
                wrote on last edited by
                #9

                @nebulon said in netdata - real-time monitoring:

                @JOduMonT it seems you have just forked the tutorial app and copied things from the upstream netdata Dockerfile. If you actually want to create a Cloudron app package for netdata, then you would have to revisit the package files. For example VOLUME in Dockerfile is not supported, also none of the CloudronManifest.json meta information seems to have been applied to netdata. Also healthcheck is not implemented.
                Generally it may be nice to have netdata if it provides useful information and is actually be packaged for Cloudron.

                thanks for the guidance,
                it was my first 10 minutes
                I'll have more time next week.

                1 Reply Last reply
                0
                • nebulonN nebulon

                  @JOduMonT it seems you have just forked the tutorial app and copied things from the upstream netdata Dockerfile. If you actually want to create a Cloudron app package for netdata, then you would have to revisit the package files. For example VOLUME in Dockerfile is not supported, also none of the CloudronManifest.json meta information seems to have been applied to netdata. Also healthcheck is not implemented.
                  Generally it may be nice to have netdata if it provides useful information and is actually be packaged for Cloudron.

                  JOduMonTJ Offline
                  JOduMonTJ Offline
                  JOduMonT
                  wrote on last edited by
                  #10

                  @nebulon said in netdata - real-time monitoring:

                  it seems you have just forked the tutorial app

                  Does it is a good way to do it or should a start from scratch ?
                  Did I missed a template repo ?

                  1 Reply Last reply
                  1
                  • marcusquinnM Offline
                    marcusquinnM Offline
                    marcusquinn
                    wrote on last edited by marcusquinn
                    #11

                    Does look good!

                    0e104c15-50df-4348-9e63-3bba029e2c35-image.png

                    https://www.netdata.cloud/integrations

                    a24c3793-dbd1-4f23-a5f1-146875b3aa10-image.png

                    75247a32-d8ac-47bf-ba01-00b2bcafdb8c-image.png

                    a38d56a3-e611-4c1e-b683-9a389b7d2ec4-image.png

                    Demo: https://london.my-netdata.io

                    Web Design https://www.evergreen.je
                    Development https://brandlight.org
                    Life https://marcusquinn.com

                    L 1 Reply Last reply
                    1
                    • imc67I imc67 referenced this topic on
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #12

                      Just leaving a link here since I struggled a bit to find it again. https://forum.cloudron.io/post/82867 has a package from @cvachery

                      1 Reply Last reply
                      1
                      • marcusquinnM marcusquinn

                        Does look good!

                        0e104c15-50df-4348-9e63-3bba029e2c35-image.png

                        https://www.netdata.cloud/integrations

                        a24c3793-dbd1-4f23-a5f1-146875b3aa10-image.png

                        75247a32-d8ac-47bf-ba01-00b2bcafdb8c-image.png

                        a38d56a3-e611-4c1e-b683-9a389b7d2ec4-image.png

                        Demo: https://london.my-netdata.io

                        L Offline
                        L Offline
                        LoudLemur
                        wrote on last edited by
                        #13

                        @marcusquinn Yeah, that demo does look very good.

                        1 Reply Last reply
                        1
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by girish
                          #14

                          @imc67 @marcusquinn are you still using netdata? If so, are you using the selfhosted dashboard or the dashboard in the cloud ?

                          Also, in the demo that marcus linked, it says "Your Agents are open by default. Secure them easily with Netdata Enterprise Agent." at the top. What does this mean? I thought agents are reporting something and you cannot query agents. Why are they open by default and can they only be secured with enterprise version?

                          imc67I 1 Reply Last reply
                          0
                          • C Offline
                            C Offline
                            cvachery
                            wrote on last edited by
                            #15

                            I think what they mean by that is that by default the WebUI is enabled on port 19999.
                            You can not add an authentification directly on the agent, on thedoc here they don't talk about Enterprise Agent on this page

                            1 Reply Last reply
                            0
                            • girishG girish

                              @imc67 @marcusquinn are you still using netdata? If so, are you using the selfhosted dashboard or the dashboard in the cloud ?

                              Also, in the demo that marcus linked, it says "Your Agents are open by default. Secure them easily with Netdata Enterprise Agent." at the top. What does this mean? I thought agents are reporting something and you cannot query agents. Why are they open by default and can they only be secured with enterprise version?

                              imc67I Offline
                              imc67I Offline
                              imc67
                              translator
                              wrote on last edited by
                              #16

                              @girish I still use Netdata installed on all three Cloudron servers + 3 RPI's.

                              On Cloudron I access them via AppProxy so they are secured. Then all the Agents are currently connected to the Netdata Cloud and I can see them all in one dashboard.

                              I don't know what Enterprise Agent is?

                              As far as I know agents are streaming data to the local webGUI or to the Netdata Cloud GUI.

                              1 Reply Last reply
                              1
                              • girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #17

                                Thanks. I guess we need to educate people that the Login button logs into the cloud in the POSTINSTALL.

                                1 Reply Last reply
                                0
                                • C Offline
                                  C Offline
                                  cvachery
                                  wrote on last edited by
                                  #18

                                  Any update on the status of this app?

                                  1 Reply Last reply
                                  0
                                  • girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #19

                                    @cvachery we have to revisit this. We got blocked by the possibly confusing Login button appearing on the top right after logging in. I guess we have to live with it?

                                    imc67I 1 Reply Last reply
                                    1
                                    • girishG girish

                                      @cvachery we have to revisit this. We got blocked by the possibly confusing Login button appearing on the top right after logging in. I guess we have to live with it?

                                      imc67I Offline
                                      imc67I Offline
                                      imc67
                                      translator
                                      wrote on last edited by
                                      #20

                                      @girish I think a good instruction will do

                                      1 Reply Last reply
                                      0
                                      • C Offline
                                        C Offline
                                        cvachery
                                        wrote on last edited by
                                        #21

                                        @girish I guess so at least for the moment, I've asked on their discord and Gitlab if there is a way to disable it but to no avail yet
                                        As @imc67 said I think good instruction will do especially as a first version. If I/we find a way to disable it later it could be added in an update.

                                        1 Reply Last reply
                                        0
                                        • S Offline
                                          S Offline
                                          simon
                                          wrote on last edited by
                                          #22

                                          I would be delighted to see Netdata in Cloudron.
                                          I have been using Netdata for many years now for about 50 servers.
                                          My experience:
                                          Netdata is a great tool for analysing the load on a machine, in real time or in the aftermath of a problem. Netdata itself is relatively resource-efficient.
                                          Initially, I was irritated by the fact that the UI is very much geared towards using netdata.cloud. For example, there is a conspicuous "log in" button that takes you directly to the cloud (which has been payable for a few months now). Once you have registered the agent there, it is not so easy to get it out.
                                          What is perhaps not so clear from the documentation is that the agent to be installed on the client can also act as a master and collect data from many clients. And completely without netdata.cloud.
                                          As the Netdata UI is publicly accessible in the opensource version, protection via proxy is recommended, similar to https://learn.netdata.cloud/docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/nginx

                                          However, the question for me is in what context Netdata should be integrated into Cloudron. As an agent in the apps? As an agent on the host system? As a "monitoring master" app to monitor other servers/containers?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search