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. Cachet - status page system

Cachet - status page system

Scheduled Pinned Locked Moved App Wishlist
45 Posts 17 Posters 7.2k 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.
  • nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #1

    https://cachethq.io/

    1 Reply Last reply
    20
    • M Offline
      M Offline
      mythgard
      wrote on last edited by
      #2

      I would second this!

      1 Reply Last reply
      1
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Source
        https://github.com/CachetHQ/Cachet

        Open Source Self-Hosted Cachet Alternatives
        https://alternativeto.net/software/cachet/?license=opensource&platform=self-hosted

        1 Reply Last reply
        2
        • cypris75C Offline
          cypris75C Offline
          cypris75
          wrote on last edited by
          #4

          This would make me sign up to Cloudron

          girishG 1 Reply Last reply
          3
          • d19dotcaD Offline
            d19dotcaD Offline
            d19dotca
            wrote on last edited by
            #5

            Would love to see this as well.

            --
            Dustin Dauncey
            www.d19.ca

            1 Reply Last reply
            1
            • d19dotcaD Offline
              d19dotcaD Offline
              d19dotca
              wrote on last edited by
              #6

              Are we able to workaround this not being a Cloudron-approved app by deploying Cachet in a LAMP app instead? Has anyone tried that yet? I think I may try that this weekend if time permits.

              --
              Dustin Dauncey
              www.d19.ca

              1 Reply Last reply
              1
              • M Offline
                M Offline
                msbt
                App Dev
                wrote on last edited by
                #7

                I built this a few months ago including a python script to check the uptime for websites, but I've lost the repo while moving to a new docker registry. There should be a backup somewhere which I can check... However, there should be no problem installing it on a LAMP.

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

                  Wanted to provide an update on this. Packaging this app is straightforward since it's lavarel based (https://git.cloudron.io/cloudron/cachethq-app). There are some issues:

                  • The 2.3 release does not support php 7.2. https://github.com/CachetHQ/Cachet/issues/3719 . So, let's wait for the 2.4 release.
                  • I found the app itself does not monitor. One has to install sidecar package like https://github.com/castawaylabs/cachet-monitor or https://github.com/mtakaki/cachet-url-monitor . I guess we need to bundle one of these solutions in the package itself.
                  T 2 Replies Last reply
                  4
                  • girishG girish

                    Wanted to provide an update on this. Packaging this app is straightforward since it's lavarel based (https://git.cloudron.io/cloudron/cachethq-app). There are some issues:

                    • The 2.3 release does not support php 7.2. https://github.com/CachetHQ/Cachet/issues/3719 . So, let's wait for the 2.4 release.
                    • I found the app itself does not monitor. One has to install sidecar package like https://github.com/castawaylabs/cachet-monitor or https://github.com/mtakaki/cachet-url-monitor . I guess we need to bundle one of these solutions in the package itself.
                    T Offline
                    T Offline
                    Trankery
                    wrote on last edited by
                    #9

                    @girish have you got any news on this?

                    1 Reply Last reply
                    2
                    • girishG girish

                      Wanted to provide an update on this. Packaging this app is straightforward since it's lavarel based (https://git.cloudron.io/cloudron/cachethq-app). There are some issues:

                      • The 2.3 release does not support php 7.2. https://github.com/CachetHQ/Cachet/issues/3719 . So, let's wait for the 2.4 release.
                      • I found the app itself does not monitor. One has to install sidecar package like https://github.com/castawaylabs/cachet-monitor or https://github.com/mtakaki/cachet-url-monitor . I guess we need to bundle one of these solutions in the package itself.
                      T Offline
                      T Offline
                      Trankery
                      wrote on last edited by
                      #10

                      @girish is it possible to pack this in an unstable release or help me install it on cloudron?

                      d19dotcaD 1 Reply Last reply
                      0
                      • T Trankery

                        @girish is it possible to pack this in an unstable release or help me install it on cloudron?

                        d19dotcaD Offline
                        d19dotcaD Offline
                        d19dotca
                        wrote on last edited by
                        #11

                        @Trankery As @girish mentioned, there are some limitations in it currently with support for php and so it was suggested to wait for the 2.4 version of Cachet, however 2.4 does not appear to have been released yet officially by the CachetHQ team. You can theoretically deploy a LAMP stack and deploy the app that way as discussed earlier in the thread. I have been meaning to try deploying this myself as well and haven't completed it. Maybe I'll do that in the next week or two, and will report back if I can get it to work. At this time though, I'm almost looking at alternatives to Cachet to provide service status updates and monitoring history to my clients.

                        --
                        Dustin Dauncey
                        www.d19.ca

                        d19dotcaD 1 Reply Last reply
                        0
                        • d19dotcaD d19dotca

                          @Trankery As @girish mentioned, there are some limitations in it currently with support for php and so it was suggested to wait for the 2.4 version of Cachet, however 2.4 does not appear to have been released yet officially by the CachetHQ team. You can theoretically deploy a LAMP stack and deploy the app that way as discussed earlier in the thread. I have been meaning to try deploying this myself as well and haven't completed it. Maybe I'll do that in the next week or two, and will report back if I can get it to work. At this time though, I'm almost looking at alternatives to Cachet to provide service status updates and monitoring history to my clients.

                          d19dotcaD Offline
                          d19dotcaD Offline
                          d19dotca
                          wrote on last edited by
                          #12

                          Side note: A useful resource for alternatives in case this helps your project @Trankery: https://github.com/ivbeg/awesome-status-pages - In particular I think https://pagefate.com/ looks quite good.

                          --
                          Dustin Dauncey
                          www.d19.ca

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

                            @d19dotca @Trankery maybe I can build the 2.4 branch and publish the app as unstable. Let me try in some time.

                            If you follow the upstream project, do either of you know why they haven't released 7.2 support? Ubuntu 18 uses 7.2 by default, so I cannot imagine how people are installing it.

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

                              Actually, I think we should wait for the 2.4 release - https://github.com/CachetHQ/Cachet/issues/3968 . If there is another status page system, we can look into packaging that.

                              d19dotcaD ruihildtR 2 Replies Last reply
                              1
                              • girishG girish

                                Actually, I think we should wait for the 2.4 release - https://github.com/CachetHQ/Cachet/issues/3968 . If there is another status page system, we can look into packaging that.

                                d19dotcaD Offline
                                d19dotcaD Offline
                                d19dotca
                                wrote on last edited by
                                #15

                                @girish - Definitely lots of alternatives. I think the more common ones to Cachet is StatPing, Staytus (although apparently it's discontinued but not too old), a newer one called Statusfy, list goes on. I'm going to try to package together one someday as well as a custom app and see how it goes.

                                --
                                Dustin Dauncey
                                www.d19.ca

                                fbartelsF 1 Reply Last reply
                                2
                                • girishG girish

                                  Actually, I think we should wait for the 2.4 release - https://github.com/CachetHQ/Cachet/issues/3968 . If there is another status page system, we can look into packaging that.

                                  ruihildtR Offline
                                  ruihildtR Offline
                                  ruihildt
                                  wrote on last edited by
                                  #16

                                  @girish said in Cachet - status page system:

                                  Actually, I think we should wait for the 2.4 release - https://github.com/CachetHQ/Cachet/issues/3968 . If there is another status page system, we can look into packaging that.

                                  After a quick research, I found the following: https://github.com/bazzite/statusfy

                                  No idea if this fits the bill though.

                                  1 Reply Last reply
                                  1
                                  • ? Offline
                                    ? Offline
                                    A Former User
                                    wrote on last edited by
                                    #17

                                    Open Source Self-Hosted Cachet Alternatives
                                    https://alternativeto.net/software/cachet/?license=opensource&platform=self-hosted

                                    1 Reply Last reply
                                    1
                                    • T Offline
                                      T Offline
                                      Trankery
                                      wrote on last edited by
                                      #18

                                      Staytus would be amazing to have.

                                      1 Reply Last reply
                                      0
                                      • girishG girish

                                        @d19dotca @Trankery maybe I can build the 2.4 branch and publish the app as unstable. Let me try in some time.

                                        If you follow the upstream project, do either of you know why they haven't released 7.2 support? Ubuntu 18 uses 7.2 by default, so I cannot imagine how people are installing it.

                                        T Offline
                                        T Offline
                                        Trankery
                                        wrote on last edited by
                                        #19

                                        @girish Would you be able to push an unstable release of Staytus or CachetHQ by now?

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

                                          @Trankery From what I can tell, staytus hasn't been developed in a while (last commit almost a year ago). CachetHQ is active but hasn't release in a while as well (https://github.com/CachetHQ/Cachet/issues/3968). I am waiting for some upstream response before publishing it because don't want people using apps that are not actively maintained.

                                          1 Reply Last reply
                                          1
                                          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