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.

    • lambalicious@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      9
      ·
      7 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™.

  • communism@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    ·
    6 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
    4
    ·
    6 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.

  • drkt@scribe.disroot.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    7 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.

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

  • statiksh0ck@lemmy.usuck.fyi
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 days ago

    I just use Homepage as a bookmark/landing page so I remember what containers/services I have up and running so that I don’t need to check via terminal/portainer. Portainer/docker-compose files for managing services and that’s pretty much it. If I was using a dashboard I feel like I’d be wasting more time on an already time consuming hobby.

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

  • superglue@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    7 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.

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

  • FreedomAdvocate@lemmy.net.au
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 days ago

    If Plex doesn’t add new shows/movies/music then I take a look at my services that should be adding stuff for Plex to serve up. That’s pretty much it these days. I had a few pinned tabs in my browser for some of them so can see if they aren’t working if I click on them to add/change something.

    I was using homepage but it seems to cause docker to die a LOT on my server.

  • stonkage@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 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

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

  • tofu@lemmy.nocturnal.garden
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 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.