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. Prometheus - monitoring & time series database

Prometheus - monitoring & time series database

Scheduled Pinned Locked Moved Solved App Wishlist
30 Posts 4 Posters 5.0k Views 5 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.
  • R Offline
    R Offline
    rossmaclean
    wrote on last edited by
    #4

    After installing Grafana on Cloudron, I'd really like this too!

    1 Reply Last reply
    1
    • eriktadE Offline
      eriktadE Offline
      eriktad
      App Dev
      wrote on last edited by
      #5

      https://git.cloudron.io/erik/prometheus-app our app for Prometheus ( in progress )

      girishG 1 Reply Last reply
      3
      • eriktadE eriktad

        https://git.cloudron.io/erik/prometheus-app our app for Prometheus ( in progress )

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by girish
        #6

        @eriktad This looks like a good start! I guess we need some sort of authentication for the prometheus dashboard? https://prometheus.io/docs/guides/tls-encryption/ has some information.

        eriktadE 2 Replies Last reply
        0
        • girishG girish

          @eriktad This looks like a good start! I guess we need some sort of authentication for the prometheus dashboard? https://prometheus.io/docs/guides/tls-encryption/ has some information.

          eriktadE Offline
          eriktadE Offline
          eriktad
          App Dev
          wrote on last edited by
          #7

          @girish Yes but I only find basic http auth on Prometheus docs, so what can you suggest?

          1 Reply Last reply
          0
          • girishG girish

            @eriktad This looks like a good start! I guess we need some sort of authentication for the prometheus dashboard? https://prometheus.io/docs/guides/tls-encryption/ has some information.

            eriktadE Offline
            eriktadE Offline
            eriktad
            App Dev
            wrote on last edited by
            #8

            @girish is it normal practice for us?

            girishG 1 Reply Last reply
            0
            • eriktadE eriktad

              @girish is it normal practice for us?

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #9

              @eriktad Yes. You can do something like https://git.cloudron.io/cloudron/simple-torrent-app/-/blob/master/apache/cloud-torrent.conf . That apache config sets up the app for authentication via Cloudron LDAP .

              eriktadE 2 Replies Last reply
              1
              • girishG girish

                @eriktad Yes. You can do something like https://git.cloudron.io/cloudron/simple-torrent-app/-/blob/master/apache/cloud-torrent.conf . That apache config sets up the app for authentication via Cloudron LDAP .

                eriktadE Offline
                eriktadE Offline
                eriktad
                App Dev
                wrote on last edited by
                #10

                @girish cool thx

                1 Reply Last reply
                0
                • girishG girish

                  @eriktad Yes. You can do something like https://git.cloudron.io/cloudron/simple-torrent-app/-/blob/master/apache/cloud-torrent.conf . That apache config sets up the app for authentication via Cloudron LDAP .

                  eriktadE Offline
                  eriktadE Offline
                  eriktad
                  App Dev
                  wrote on last edited by
                  #11

                  @girish I tried this example, but somehow apache does not start for me, if you can help, I will give the more information about this

                  girishG 1 Reply Last reply
                  0
                  • eriktadE eriktad

                    @girish I tried this example, but somehow apache does not start for me, if you can help, I will give the more information about this

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by girish
                    #12

                    @eriktad Happy to help, let me know what error you are facing.

                    eriktadE 3 Replies Last reply
                    1
                    • girishG girish

                      @eriktad Happy to help, let me know what error you are facing.

                      eriktadE Offline
                      eriktadE Offline
                      eriktad
                      App Dev
                      wrote on last edited by
                      #13

                      @girish if I try to run start.sh manually it gives me
                      1c6f3918-6632-4204-8ff5-855eff7cbaf6-image.png

                      1 Reply Last reply
                      0
                      • girishG girish

                        @eriktad Happy to help, let me know what error you are facing.

                        eriktadE Offline
                        eriktadE Offline
                        eriktad
                        App Dev
                        wrote on last edited by
                        #14

                        @girish So idk what happens I try to do it like another example I found in GitLab

                        1 Reply Last reply
                        0
                        • girishG girish

                          @eriktad Happy to help, let me know what error you are facing.

                          eriktadE Offline
                          eriktadE Offline
                          eriktad
                          App Dev
                          wrote on last edited by
                          #15

                          @girish Ye problem founded. #!/bin/sh -> #!/bin/bash

                          1 Reply Last reply
                          1
                          • eriktadE Offline
                            eriktadE Offline
                            eriktad
                            App Dev
                            wrote on last edited by
                            #16

                            @girish Prometheus app is done. Can you review it and tell me what to need to do next?

                            girishG 1 Reply Last reply
                            1
                            • eriktadE Offline
                              eriktadE Offline
                              eriktad
                              App Dev
                              wrote on last edited by
                              #17

                              @girish https://git.cloudron.io/erik/alertmanager-app and Alertmanager app

                              girishG 1 Reply Last reply
                              2
                              • eriktadE eriktad

                                @girish Prometheus app is done. Can you review it and tell me what to need to do next?

                                girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #18

                                @eriktad That's great progress! Yes, I can take a look next week. I have marked this app as WIP.

                                1 Reply Last reply
                                2
                                • eriktadE eriktad

                                  @girish https://git.cloudron.io/erik/alertmanager-app and Alertmanager app

                                  girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #19

                                  @eriktad said in Prometheus - monitoring & time series database:

                                  @girish https://git.cloudron.io/erik/alertmanager-app and Alertmanager app

                                  I don't have much experience with Promotheus. Does it make sense to merge alertmanager into the main app itself or do you think it should be separate apps?

                                  If you need help deciding, we can take a guess from how they are usually deployed? Are they in separate domains or as subpaths etc.

                                  eriktadE 1 Reply Last reply
                                  1
                                  • girishG girish

                                    @eriktad said in Prometheus - monitoring & time series database:

                                    @girish https://git.cloudron.io/erik/alertmanager-app and Alertmanager app

                                    I don't have much experience with Promotheus. Does it make sense to merge alertmanager into the main app itself or do you think it should be separate apps?

                                    If you need help deciding, we can take a guess from how they are usually deployed? Are they in separate domains or as subpaths etc.

                                    eriktadE Offline
                                    eriktadE Offline
                                    eriktad
                                    App Dev
                                    wrote on last edited by
                                    #20

                                    @girish Yeh, I thought about that but idk, they run on other ports and have other dashboards, but altermanager only alerting Prometheus massages, I can try to merge, think it is good idea, but we need to understand if user no need alerts why we setup it with Prometheus.

                                    marcusquinnM girishG 3 Replies Last reply
                                    0
                                    • eriktadE eriktad

                                      @girish Yeh, I thought about that but idk, they run on other ports and have other dashboards, but altermanager only alerting Prometheus massages, I can try to merge, think it is good idea, but we need to understand if user no need alerts why we setup it with Prometheus.

                                      marcusquinnM Offline
                                      marcusquinnM Offline
                                      marcusquinn
                                      wrote on last edited by marcusquinn
                                      #21

                                      @eriktad They make sense as separate Apps.

                                      I'd suggest the App naming would make it clearer, so:

                                      • Prometheus Server
                                      • Prometheus Alertmanager
                                      • Thanos (Single-Node)

                                      For interest, like Statping, in mission-critical setups it makes sense to have Prometheus running on a separate Cloudron instance for continuity of data-gathering throughout the ups & downs of the services being monitored.

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

                                      1 Reply Last reply
                                      2
                                      • eriktadE eriktad

                                        @girish Yeh, I thought about that but idk, they run on other ports and have other dashboards, but altermanager only alerting Prometheus massages, I can try to merge, think it is good idea, but we need to understand if user no need alerts why we setup it with Prometheus.

                                        girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #22

                                        @eriktad Thanks for packaging the app. I have published the app as unstable currently. https://git.cloudron.io/cloudron/prometheus-app/ is the repo. I removed the apache authentication bits because I have now merged the "auth wall" feature in Cloudron 6. With that feature, we can just add proxyAuth to the manifest and we will immediately get a login screen (so we don't need to put these things as part of the app).

                                        1 Reply Last reply
                                        3
                                        • eriktadE eriktad

                                          @girish Yeh, I thought about that but idk, they run on other ports and have other dashboards, but altermanager only alerting Prometheus massages, I can try to merge, think it is good idea, but we need to understand if user no need alerts why we setup it with Prometheus.

                                          girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #23

                                          @eriktad Can you do similar changes for the alertmanager repo as well? I will publish that as well.

                                          BTW, I also put you in the app dev group. You might have to go to your profile so that the badge displays.

                                          eriktadE 3 Replies Last reply
                                          2
                                          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