Participating in Customer Experience Program
By participating in the Customer Experience Program (CEP) you agree to send to Virtuozzo Server information about configuration of your physical server and virtual environments, the way you use Virtuozzo Server products, and technical issues that you encounter.
The program is voluntary and helps improve Virtuozzo Server products to better fit your needs.
When installing Virtuozzo Server in the attended mode, you automatically join CEP. You can, however, opt out of the program at any time by stopping and disabling the disp-helper service:
| |
By default, Virtuozzo Server will collect information once a week, although you can change this interval. For example, to have the data collected every two weeks, do as follows:
In the configuration file
/etc/vz/disp_helper.json, change thereport_periodvalue to14d:1"report_period": "14d",Restart
disp-helperto apply changes:1# systemctl restart disp-helper
To fine-tune which information about your physical server or virtual environments is collected, you can disable or enable corresponding .py scripts in the /usr/share/virtuozzo/cep-scripts directory. For example, to prevent collection of data about your virtual environments, you can disable the libvirt_guests.py script as follows:
| |
To re-enable the script, run
| |
When installing Virtuozzo Server in the unattended mode, you can specify the cep parameter in the kickstart file. For more details, see Standard Kickstart Options.