Need help?
<- Back

Comments (49)

  • savalione
    Is there any meaningful reason to add the project structure to the README, and add a copyright symbol to every mention of Linux? I'm not quite sure by what standards it's considered to be lightweight, but it may be useful for homelab owners.Anyway, Zabbix still looks like a better solution by any metric.
  • mitjam
    I like that you've started keeping your prompts in the repo [1]. Why have you deleted them, later on? What I find curious is how can something AI generated can be licensed AGPL?[1]: https://github.com/c0m4r/kula/commit/ae3f8a8483c91fe8bd4ea2c...
  • atmanactive
    Reading through supported metrics, I don't see temperatures mentioned. That's really important for homelab servers. CPU temp, SSD temp, NVMe temp...
  • mastermage
    This might be nice for my vps. May i ask if there is a way to see the resources per docker container?
  • amar0c
    Monitoring needs to be: single dashboard << many agents. I have no plan deploying dashboard on every server.
  • kulahan
    I'm very curious where you got the inspiration for the name for this! I've been using Kula/Kulahan as a username for years and almost never see it anywhere else
  • smashed
    Vibe coded netdata clone?
  • sneak
    > Kula uses Argon2id for password hashing. If you enable authentication, it is highly recommended to tune the Argon2 parameters (time, memory, threads) in config.yaml based on your hardware capabilities to increase resistance against cracking.There is no reason to do this. Set them to sane defaults and set a minimum password length of 12 or 14 chars and stop trying to solve the wrong problem.
  • doug_life
    dash. (or dashdot) https://github.com/MauriceNino/dashdot is another alternative that is pretty lightweight but has fewer details. Live Demo: https://dash.mauz.dev
  • thebuilderjr
    [flagged]
  • sneak
    Why the nonfree AGPL? Are you seriously worried that someone is going to fork this and make money with it, given that anyone else could vibe code another one in a few hours?
  • reacharavindh
    On these lines… it has been on my “to be vibe-coded” list to make an extremely minimal node-exporter(the metrics collector for Prometheus) in rust (support only Linux, gather extremely minimal set of metrics) that uses tightly controlled concurrency so as to fetch all metrics within a short span of time.If anyone has more AI tokens or spare time with mental energy to burn… go for it :-)