Newer
Older
This application is an Add-ons for ISPConfig used for VPS Management (Proxmox)
- Load average
- Installed Memory
- Commsumed Memory
- Installed CPU
- Disk Space (total)
- Graphics (Memory, CPU, Networks, DIsk IO)
- Task history (need to implement link to ispconfig user and pve user for non admin version)
## How To implement this module
- Create Proxmox user for ISPConfig communication with PVEVMUser right
- Assign VMs to this user
- Deploy the module into your ISPConfig setup -> /usr/local/ispconfig/interface/web
- Configure the module with your Proxmox user -> /usr/local/ispconfig/interface/lib/config.inc.local.php
- $conf["pve_username"] = 'username';
- $conf["pve_password"] = 'password';
- $conf["pve_link"] = 'hostname / ip of your cluster head';
- $conf["pve_realm"] = 'realm';
- Enable the module -> /usr/local/ispconfig/interface/lib/config.inc.local.php
- Add "proxmox" to the variable $conf['modules_available']
- Dont forget to activate it for your Ispconfig user
- If you are on multi-servers setup you have to do this on each server
## ToDo
- Admin function :
- Snapshot (add / remove)
- Display:
- Top menu icon.
- NoVNC console integration (stuck for the moment ... :( )