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.

  • conrad82@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    edit-2
    15 days 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
      5
      ·
      15 days 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
        5
        arrow-down
        1
        ·
        15 days 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
          2
          ·
          15 days 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.

  • frongt@lemmy.zip
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    15 days ago

    I’m not, really. I run docker-compose and it runs. That’s it.

  • communism@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    13 days 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
    ·
    14 days 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.

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    15 days 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.

  • Joelk111@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    13 days ago

    I don’t see how people can go without using dashboards. Considering I’m in America, I use them just about any time I go anywhere, as nearly all automobiles have them.

    Real answer: I just have a script that updates everything. I run it manually when stuff needs updating. If a service goes down, I notice when it’s not accessible.

  • kiol@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    15 days ago

    FreshRSS to keep track of as much as possible, along with Uptime Kuma and plain old bookmarks

  • koala@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    15 days ago

    https://charity.wtf/2021/08/09/notes-on-the-perfidy-of-dashboards/

    Graphs and stuff might be useful for doing capacity planning or observing some trends, but most likely you don’t need either.

    If you want to know when something is down (and you might not need to know), set up alerts. (And do it well, you should only receive “actionable” alerts. And after setting alerts, you should work on reducing how many actionable things you have to do.)

    (I did set up Nagios to send graphs to Clickhouse, plotted by Grafana. But mostly because I wanted to learn a few things and… I was curious about network latencies and wanted to plan storage a bit long term. But I could live perfectly without those.)