this post was submitted on 26 Jan 2025
124 points (97.0% liked)

Linux

49393 readers
1589 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I’m hoping to find something that:

  • has a nice dashboard
  • is quick and simple to install
  • is very lightweight and unobtrusive
  • can send alerts via http request
you are viewing a single comment's thread
view the rest of the comments
[–] Andromxda@lemmy.dbzer0.com 5 points 3 days ago* (last edited 3 days ago) (2 children)

Netdata is exactly what you're looking for. It's basically an all in one monitoring and and alerting suite that collects and analyzes data, and provides a gorgeous web dashboard for you to view.

You can also manually replicate this using Prometheus, Grafana and other tools, but that requires a much bigger effort to set up.

Edit: There's a public demo instance where you can try everything out: https://frankfurt.netdata.rocks/

[–] ipkpjersi@lemmy.ml 2 points 3 days ago

Seconding Netdata, I've been using it for years. It's pretty great.

[–] ikidd@lemmy.world 2 points 3 days ago (3 children)

I think they went to 5 nodes max on the free version as of the last patch. That's damn near useless.

[–] Andromxda@lemmy.dbzer0.com 1 points 3 days ago

Oh that sucks. I haven't used it personally in quite a while, since I switched to the Grafana stack

[–] ipkpjersi@lemmy.ml 1 points 3 days ago (1 children)

Is that just for the centralized dashboard portion? I tend to use each instance of it standalone, and primarily for the email alerts.

[–] ikidd@lemmy.world 2 points 3 days ago (1 children)

I believe so. I imagine the next stage of the enshittification will be to force those standalones to register with a portal account.

[–] ipkpjersi@lemmy.ml 1 points 3 days ago* (last edited 3 days ago)

That would be a truly dark day. I never liked their centralized dashboard functionality, it always seemed cumbersome to me.

I hope that doesn't happen, but I guess if it does, I will really need to find a different monitoring tool.

[–] Toribor@corndog.social 1 points 3 days ago* (last edited 3 days ago)

The five node limit is a dealbreaker for me too. I'm also annoyed the free version doesn't have any real built in options to secure data by default. I followed a TechnoTim tutorial to get the NetData/Prometheus/Grafana stuff setup but it was too limited and required too much manual effort.