this post was submitted on 20 Aug 2024
38 points (95.2% liked)
Sysadmin
7935 readers
5 users here now
A community dedicated to the profession of IT Systems Administration
No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
!lemmy@lemmy.ml
!lemmyworld@lemmy.world
!lemmy_support@lemmy.ml
!support@lemmy.world
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Netdata is excellent, simple and I believe FOSS. Just install locally and it should start logging pretty much everything.
Clicked the link, started reading .. closed the window when I read "Netdata also incorporates A.I. insights for all monitored data".
~~Eesh. Yeah, that’s a nope from me, dawg.~~
Actually, it’s all self-hosted. Granted, I haven’t looked at the code in detail, but building NNs to help efficiency detect and capture stuff is actually a very appropriate use of ML. This project looks kinda cool.
this limited scope ML trained analysis is actually where "AI" excels, e.g. "computer vision" in specific medical scenarios
If the training data is available, yes, in this case, no chance.
you don't think they could get training data from friendly customers using their service?
I run this in a Docker container on my home network without connecting it to their cloud platform (despite their - increasingly strident, it feels - "encouragements" to do so). It's very powerful, and the majority of low level configuration is done via text files. But 99% of it is automatic.
The UI is unique. It's a single, long and scrollable page, which may be an issue for some.
There are other tools out there, too. I previously used one that integrates Grafana, Prometheus and Node Exporter, which is more complex to set up and configure.