• 1 Post
  • 9 Comments
Joined 2Y ago
cake
Cake day: Jun 13, 2023

help-circle
rss

As ITX was already mentioned I just built mine using Fractal Node 304 case, in black though. You could keep the ATX power supply.


Thats basically the way I do it.

pvesh get /cluster/resources --output-format json-pretty | jq --arg k "lxc/$container_id" -r 'map(select(.id == $k))[].name, map(select(.id == $k))[].mem, map(select(.id == $k))[].maxmem, map(select(.id == $k))[].cpu')

Example using pvesh in proxmox. The data is available, just have to use it. I also prefer barebone approach.



Does zabbix use a database continuously polling and storing data or is live data used for indication and/or triggers?


How do you observe your server functions?
I use some batch scripts in my proxmox installation. They are in cron.hourly and daily checking for virus and ram/CPU load of my LXC containers. An email is send on condition. What are your tipps or solution without unnecessary load on disc io or CPU time. Lets keep it simple. Edit: a lot of great input about possible solutions. In addition TIL "that keep it simple" means a lot of different things to people.😉
fedilink

I ran a NSLU2 with custom firmware and a mumble server on it. We used it to talk during online gaming without the need for teamspeak etc.
Played BF3 mostly.

Those where the days

Edit: clarification


My paranoid me has no concerns in regards to Linux but I am running pyload in an LXC under proxmox to download you know what for my Windows PC.

So before using the files I would like to have them checked.

Therefore I just finished my setup.

Debian 12 LXC unprivileged, running pyload through openvpn tunnel. clamav does daily checks in the download directory and sends me an email if anything is found.


Depends, in proxmox using ZFS mirror using two drives it goes degraded when missing one.

But would use it carefully tbh as it is all that’s left over in that case. If there is no external backup.


I just built a Server almost using the same parts. Its the ASRock J5040 board, 16gb ram (yes it works) a 500gb m.2 as system using a PCI adapter , 2x4tb ironwolf as ZFS mirror pool, 350 W power supply all in the node 304 fractal case for 550 euro.

Runs proxmox as hypervisor for VM or Container. As example LXC running container for motioneye, jellyfin, pyload with openvpn and syncthing.


I just built a Server using J5040 board. With 16gb ram (yes it works) a 500gb m.2 as system using a PCI adapter , 2x4tb ironwolf as ZFS mirror pool, 350 W power supply all in the node 304 fractal case for 550 euro. It has 4 sata 6 connectors.

Runs proxmox as hypervisor for VM or Container. As example LXC container for motioneye, jellyfin and syncthing.