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
    3
    ·
    11 days ago

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

  • northernlights@lemmy.today
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 days ago

    i just ssh and run haproxymon on my reverse proxy running haproxy. It monitors all the end points availability, traffic…

  • conrad82@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    12 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
      1
      ·
      12 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.

  • superglue@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    12 days ago

    I just simply dont monitor most things. I do have a few things such as low disk space and failed backups. They are just simple shell scripts that send me an ntfy message when there is a problem.

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

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

  • Joelk111@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    11 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

  • Lka1988@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 days 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.

    • lucas@startrek.website
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 days ago

      Surely, if you forget it’s even running, you aren’t using it, and it doesn’t matter if it stops running? (With a couple of obvious exceptions like automated backups, etc)