GLANCES (installazione direttamente in proxmox) - Giancky79/proxmox GitHub Wiki

Direttamente nell'host

wget -O- https://bit.ly/glances | /bin/bash
nano /etc/systemd/system/glances.service

[Unit]

  • Description = Glances in Web Server Mode
  • After=network.target

[Service]

  • ExecStart=/usr/local/bin/glances -w
  • Restart=on-abort
  • RemainAfterExit=yes

[Install]

  • WantedBy=multi-user.target

systemctl enable glances.service
systemctl start glances.service
systemctl status glances.service