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
    33
    arrow-down
    1
    ·
    edit-2
    4 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
      11
      ·
      4 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
        6
        arrow-down
        1
        ·
        4 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
          3
          ·
          4 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.

  • Fmstrat@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 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.

    • lambalicious@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      9
      ·
      4 days ago

      i am un-admining

      Pretty much this. I just manually handle stuff when needed. I already work at IT so this feels quite liberating, the last thing I want is to annoy myself more, and the stuff I manage is not Critical™.

  • kiol@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 days ago

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

  • CompactFlax@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    4 days 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.

  • tofu@lemmy.nocturnal.garden
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    I do have Dashboards in Grafana, but I only use them to look something up. I have Prometheus Alertmanager connected to a Matrix bot that sends me messages when something looks wrong.

  • stonkage@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    I mucked around with so many dashboards, homarr, homepage, dashy but settled on glance

    Mainly because it’s minimalist and mostly text based. Handles my RSS feeds and anything that I want render I can usually vibe using the custom API widget.

    https://github.com/glanceapp/glance

  • drkt@scribe.disroot.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 days ago

    I’ll notice it’s down when I try to access it and it doesn’t work. If it’s not down, there is nothing to manage 🙃

    I have documentation if I need to see everything at a glance. I don’t need a live-updating dashboard for that.

  • antsu@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days 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.

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

  • perishthethought@piefed.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 days ago

    Does dockge count as a dashboard?

    'Cause I use that to quickly check on what’s running, what’s stopped. Then I do most of my mainenance in a terminal, via SSH to the server.