Skip to content

GLANCES (installazione direttamente in proxmox)

Giancky79 edited this page Apr 20, 2024 · 12 revisions

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
Clone this wiki locally