I run a quite large vps. now and i want to monitor it ive been using beszel an uptime kuma, does anyone know a better solution ive tried grafana an prometheous. but it was not as good as i was hoping. i saw netdata on selfh.st does anyone have expierance with that.

    • corsicanguppy@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      9 hours ago

      Wonderfully succinct. Thank you for caring about strangers representing themselves best and better.

  • irmadlad@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    12 hours ago

    What are you trying to observe? Just the server and applications? Traffic?

    Netata will give you just about every metric you could possibly use for a server. However and anecdotally, netdata seems to spawn a ton of zombie processes (https://github.com/netdata/netdata/issues/20565) which was quite annoying.

    If you’re going for server traffic observability , I recommend ntopng. It’s pretty comprehensive.

  • curbstickle@anarchist.nexusM
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    3 hours ago

    Depends on what youre trying to track, but prom can track whatever you want and grafana can display it. You may also want log monitoring as well, which you can also feed in - grafana is just display.

    The metrics you want to look at are the big question though.

      • curbstickle@anarchist.nexusM
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 minutes ago

        It seems to me like you don’t really want historic metrics.

        Youre not looking for an observability platform, more a resource monitor like btop. Whether its btop.or one of the other variations of top, there are a lot of them with heavy customization options.

        I’d recommend starting there to figure out what you want/need.