From bababa3c26939645aedff071e51bf96c0991c328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Thu, 13 Jun 2019 10:03:24 +0200 Subject: [PATCH 1/3] F #1324: Add MONITORING_INTERVAL_DB_UPDATE field to oned.conf --- .../open_cloud_host_setup/monitoring.rst | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) 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: From 550399b3dda946a2dc867c29f6ef127c84f9d9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Thu, 13 Jun 2019 10:41:09 +0200 Subject: [PATCH 2/3] F #1324: Update resolver issues --- .../release_notes_hotfix/resolved_issues_583.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 3756fe9e6..58ad777f8 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 @@ -28,4 +28,5 @@ 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 `__. +- `Option to not store monitoring data to the DB `__. From b1f6804218091b7ddd60bb2a0ee68c3c0333d0ee Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 14 Jun 2019 15:40:59 +0200 Subject: [PATCH 3/3] Update resolved_issues_583.rst --- .../release_notes_hotfix/resolved_issues_583.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 58ad777f8..a026b7ca7 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: @@ -29,4 +30,3 @@ The following issues has been solved in 5.8.3: - `Fix an error that propagates local quota information to other zones `__. - `Fix LXD not handling disk mapping exceptions properly `__. - `Reduce the amount of database disk space generated by VM search indexes `__. -- `Option to not store monitoring data to the DB `__.