I know dashboards are super trendy, but I’d love to hear from those who are not using them. I personally use FreshRSS to keep track of as much as possible, along with Uptime Kuma and plain old bookmarks. Perhaps there is a better overview solution, but I also love filtering what I see to not feel overwhelmed. or spammed, by information.

  • communism@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    Never used a dashboard… I just manage my services on the cli with plain docker commands.

  • Fmstrat@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    16 hours ago

    Set of cron jobs that check services, then send a Matrix message if there’s an issue.

    For the cron jobs, I pipe stderr to another script that watches those and does the same.

    If all fails, and internet is unavailable and the router crashes, a Pi will toggle a relay, cutting and resupplying power.

  • gungho4bungholes@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 hours ago

    I call an api in technitium to register dns for all services when they are instantiated, and route everything through an nginx reverse proxy - Sonarr.internal.tld for example

    I don’t use any kind of monitoring Or dashboards

  • conrad82@lemmy.world
    link
    fedilink
    English
    arrow-up
    21
    ·
    edit-2
    1 day ago

    I have just reduced the number of services to the couple I actually use, which I mostly remember exist. I have my own domain, so each service is service.mydomain.tld

    • credics@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 day ago

      Same for me. I use most of my services multiple times a week, so I find out pretty quickly if one isn’t working.

      • conrad82@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 day ago

        Same here 🙂 Last 3 times, things have broken because zfs raid on usb-connected DAS is not a great idea 😅😅

        Even though Level1Tech said it works 😶🫣 https://youtu.be/GmQdlLCw-5k from 11:11 . Maybe terramaster use bad usb chipset.

        • IrateAnteater@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 day ago

          I used a hodge-podge of chinesium parts and leftover drives to create a DAS system that hooks up to an HBA via DAC. I’m actually kinda surprised how stable it’s all been.

  • CompactFlax@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    15
    ·
    1 day ago

    If I had time to make dashboards, I wouldn’t waste it making dashboards. Most of the stuff I have just works without a lot of attention, and that’s the way I like it.

    I just wait for someone to scream if it breaks.

  • antsu@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 hours ago

    Uptime Kuma monitoring anything I care about and notifying me via Matrix, or notifying me via email if it’s Matrix that’s down.

  • brygphilomena@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    Unraid has a table of the docker containers.

    I don’t need metrics or stats. I wouldn’t look at, or care about them anyway. Dashboards feel like tech enthusiast crap. Tech and resources for the sake of having tech. My services are to solve a problem, not look at metrics of.

  • curled@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    Kubernetes with

    • helm
      • the Kubernetes version of compose files
    • fluxcd
      • manages the helm releases
    • renovate
      • scans my github kubernetes repo for dependencies and creates pull requests for updates
  • Lka1988@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    1 day ago

    I don’t know how you guys function without some sort of visual. I will forget everything I’m running if it’s not on a dashboard of some sort. That’s not a maybe - it’s guaranteed. Because it’s happened before.

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    I tried portainer for a while, but it was almost useless to me, as I’d always end up in the command line anyway. So I dropped that and any other dashboard idea.