diff --git a/source/deployment/open_cloud_host_setup/monitoring.rst b/source/deployment/open_cloud_host_setup/monitoring.rst index 9da590422..dd99f5ec1 100644 --- a/source/deployment/open_cloud_host_setup/monitoring.rst +++ b/source/deployment/open_cloud_host_setup/monitoring.rst @@ -93,19 +93,21 @@ Monitoring Configuration Parameters OpenNebula allows to customize the general behavior of the whole monitoring subsystem: -+-------------------------------+--------------------------------------------------------------------------------------------------------------+ -| Parameter | Description | -+===============================+==============================================================================================================+ -| MONITORING_INTERVAL_HOST | Time in seconds between host monitorization. It must have a value greater than the manager timer | -+-------------------------------+--------------------------------------------------------------------------------------------------------------+ -| MONITORING_INTERVAL_VM | Time in seconds between VM monitorization. It must have a value greater than the manager timer | -+-------------------------------+--------------------------------------------------------------------------------------------------------------+ -| MONITORING_INTERVAL_DATASTORE | Time in seconds between Datastore monitorization. It must have a value greater than the manager timer | -+------------------------+---------------------------------------------------------------------------------------------------------------------+ -| MONITORING_INTERVAL_MARKET | Time in seconds between marketplace monitorization. It must have a value greater than the manager timer | -+-------------------------------+--------------------------------------------------------------------------------------------------------------+ -| HOST_PER_INTERVAL | Number of hosts monitored in each interval. | -+-------------------------------+--------------------------------------------------------------------------------------------------------------+ ++-------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| Parameter | Description | ++===============================+=========================================================================================================================+ +| MONITORING_INTERVAL_HOST | Time in seconds between host monitorization. It must have a value greater than the manager timer | ++-------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| MONITORING_INTERVAL_DB_UPDATE | Time in seconds between DB writes of VM monitoring information. -1 to disable DB updating and 0 to write every update | ++-------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| MONITORING_INTERVAL_VM | Time in seconds between VM monitorization. It must have a value greater than the manager timer | ++-------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| MONITORING_INTERVAL_DATASTORE | Time in seconds between Datastore monitorization. It must have a value greater than the manager timer | ++-------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| MONITORING_INTERVAL_MARKET | Time in seconds between marketplace monitorization. It must have a value greater than the manager timer | ++-------------------------------+-------------------------------------------------------------------------------------------------------------------------+ +| HOST_PER_INTERVAL | Number of hosts monitored in each interval. | ++-------------------------------+-------------------------------------------------------------------------------------------------------------------------+ .. _monitoring_troubleshooting: diff --git a/source/intro_release_notes/release_notes_hotfix/resolved_issues_583.rst b/source/intro_release_notes/release_notes_hotfix/resolved_issues_583.rst index 3e0d6b1cf..16cbcb46d 100644 --- a/source/intro_release_notes/release_notes_hotfix/resolved_issues_583.rst +++ b/source/intro_release_notes/release_notes_hotfix/resolved_issues_583.rst @@ -11,6 +11,7 @@ The following new features has been backported to 5.8.3: - `Allow FILES in vCenter context `__. - `Allow alternative search base for ldap groups `__. - `Show the federation index in onezone list command `__. If you want to enable this column, please update your `/etc/one/cli/onezone.yaml `__ file. +- `Add an option to configure write frecuency of monitoring VM data to the DB `__. The following issues has been solved in 5.8.3: @@ -28,6 +29,6 @@ The following issues has been solved in 5.8.3: - `Fix error in onegate when trying to make an operation in an specific VM `__. - `Fix an error that propagates local quota information to other zones `__. - `Fix LXD not handling disk mapping exceptions properly `__. -- `Reduce the ammount of database disk space generated by VM search indexes `__. +- `Reduce the amount of database disk space generated by VM search indexes `__. - `Fix VM can't boot due to invalid cdrom config `__. - `Fix wrong monitor of VMs without default VM_PREFIX in name `__.