SuperiorOne

joined 2 years ago
[–] SuperiorOne@lemmy.ml 5 points 1 month ago (2 children)

https://mermaid.live/, makes you learn a new syntax that works like a markdown, but it's pretty good. Especially, if you don't like working with GUI applications.

[–] SuperiorOne@lemmy.ml 2 points 4 months ago* (last edited 4 months ago)

For media files (bad idea for databases), I'm using Kubernetes CronJobs with restic. It mounts PVC to the cron job pod and backups target directories to S3 storage.

[–] SuperiorOne@lemmy.ml 2 points 7 months ago

I don't think its rpi or network switch, unless you've overclocked rpi with liquid nitrogen 😅. So, I assume its TrueNas device.

If it were a significant power difference, say 20-30 watts, you could easily find the process using htop/iotop. However, 6 watt difference is a relatively small value for a device with ~25 watts of idle power . It might be a process using just 1% system resources. That's why I would look for systemd timers, cronjobs etc. to find scheduled tasks on specific times. Another possibility is automated S.M.A.R.T. self-tests. Those tests don't show up in htop or iotop.

[–] SuperiorOne@lemmy.ml 4 points 7 months ago (2 children)

UPS devices normally uses wall (input) power, and switches to battery when input voltage is out of the target thresholds. So, input.load should represent the percentage of current wall power (in VA) relative to UPS's max rated input power (VA). If your devices uses more power, input power from wall should increase as well.

If it's peaking in certain times, it could be due some scheduled job temporarily increase CPU frequency, or automated tasks like file system snapshot might power-up/spin drives longer than regular usage.

[–] SuperiorOne@lemmy.ml 0 points 1 year ago (1 children)

Biggest difference is being able to execute INSTCMD commands, at least that was the main reason why I developed my own tool. Another less important differences are: older ARM support and since it's written in Rust, it's much more efficient in terms of resource usage. TBH, being that efficient only makes sense for very low-power devices.

Besides that, I don't think you can go wrong with either project.

 

I want to share a self-hosted tool I developed. It's a NUT monitoring tool similar to webNUT but it has some additional features like:

  • UPS command support to remotely tell your UPS beeper to shut up.
  • Supports some uncommon and old devices like ARMv6, ARMv7 and RISC-V64.
  • It's actually light-weight, ~7MiB image size and very low memory footprint.

If anyone looking a tool like this, repo is available at https://github.com/SuperioOne/nut_webgui