Yaniv Dary has uploaded a new change for review. Change subject: reports: added new reports to webadmin menu (#894684) ......................................................................
reports: added new reports to webadmin menu (#894684) BR44, BR47, BR45 were added. Bug-Url: https://bugzilla.redhat.com/894684 Change-Id: I863d4f18cbafba6e310a87de38336f7e7040fd79 Signed-off-by: Yaniv Dary <[email protected]> --- M reports/Reports.xml M reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45.xml 2 files changed, 15 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/04/11304/1 diff --git a/reports/Reports.xml b/reports/Reports.xml index 126ae7c..83ca635 100644 --- a/reports/Reports.xml +++ b/reports/Reports.xml @@ -22,6 +22,10 @@ name="Hosts Inventory (BR1)" description="This report displays a list of all hosts of the selected data center and cluster.">/Reports/Inventory/Hosts_Inventory</uri> <uri idParamName="P_DataCenter_ID" multiple="false" name="Virtual Machines Inventory (BR9)" description="This report displays a list of all virtual machines of the selected data center and cluster.">/Reports/Inventory/VM_Inventory</uri> + <uri idParamName="P_DataCenter_ID" multiple="false" + name="Storage Domains Inventory (BR47)" description="This report displays a list of all storage domains of the selected data center.">/Reports/Inventory/storage_domains_inventory_br47</uri> + <uri idParamName="P_DataCenter_ID" multiple="false" + name="Cloud Provider Virtual Machine Inventory (BR44)" description="This report displays a list of virtual machines by OS of the selected data center and cluster and their respected uptime and existence time. This is required for billing cloud providers.">/Reports/Inventory/ccp_vm_inventory_br44</uri> </category> <category name="Service Level"> <uri idParamName="P_DataCenter_ID" multiple="false" @@ -44,6 +48,10 @@ name="Five Least Utilized Hosts (Over Time) (BR5)" description="This report contains two charts displaying weighted average daily peak of CPU and memory usage for the bottom five busiest hosts of a selected cluster and within a given period.">/Reports/Trend/Hosts/five_least_utilized_hosts_br5</uri> <uri idParamName="P_DataCenter_ID" multiple="false" name="Five Least Utilized Virtual Machines (Over Time) (BR12)" description="This report contains charts displaying weighted average daily peak of CPU and memory usage for the bottom five busiest virtual machines of a selected cluster and within a given period month.">/Reports/Trend/Virtual_machines/five_least_utilized_vms_Over_Time_BR12</uri> + </category> + <category name="Users' Usage"> + <uri idParamName="P_DataCenter_ID" multiple="false" + name="Users' Spice Sessions Activity (BR45)" description="This report contains a table detailing user spice activity with regards to time spent and resources used in the session in the selected data center and cluster and within the selected period.">/Reports/users_usage/users_spice_sessions_activity_br45</uri> </category> </resource> @@ -71,6 +79,8 @@ name="Hosts Inventory (BR1)" description="This report displays a list of all hosts of the selected data center and cluster.">/Reports/Inventory/Hosts_Inventory</uri> <uri idParamName="P_Cluster_ID" multiple="false" name="Virtual Machines Inventory (BR9)" description="This report displays a list of all virtual machines of the selected data center and cluster.">/Reports/Inventory/VM_Inventory</uri> + <uri idParamName="P_Cluster_ID" multiple="false" + name="Cloud Provider Virtual Machine Inventory (BR44)" description="This report displays a list of virtual machines by OS of the selected data center and cluster and their respected uptime and existence time. This is required for billing cloud providers.">/Reports/Inventory/ccp_vm_inventory_br44</uri> </category> <category name="Service Level"> <uri idParamName="P_Cluster_ID" multiple="false" @@ -94,6 +104,10 @@ <uri idParamName="P_Cluster_ID" multiple="false" name="Five Least Utilized Virtual Machines (Over Time) (BR12)" description="This report contains charts displaying weighted average daily peak of CPU and memory usage for the bottom five busiest virtual machines of a selected cluster and within a given period month.">/Reports/Trend/Virtual_machines/five_least_utilized_vms_Over_Time_BR12</uri> </category> + <category name="Users' Usage"> + <uri idParamName="P_Cluster_ID" multiple="false" + name="Users' Spice Sessions Activity (BR45)" description="This report contains a table detailing user spice activity with regards to time spent and resources used in the session in the selected data center and cluster and within the selected period.">/Reports/users_usage/users_spice_sessions_activity_br45</uri> + </category> </resource> <resource type="Host" idParamName="P_Host_ID" multiple="false"> diff --git a/reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45.xml b/reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45.xml index 6c693ba..a9465b0 100644 --- a/reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45.xml +++ b/reports/repository_files/resources/Reports/users_usage/users_spice_sessions_activity_br45.xml @@ -4,7 +4,7 @@ <name>users_spice_sessions_activity_br45</name> <version>42</version> <label>Users' Spice Sessions Activity (BR45)</label> - <description>This report contains a table detailing user spice activity with regards to time spent and resources used in the session in the selected data center and cluster and within the selected period. </description> + <description>This report contains a table detailing user spice activity with regards to time spent and resources used in the session in the selected data center and cluster and within the selected period.</description> <creationDate>2012-12-18T15:58:25.226+02:00</creationDate> <updateDate>2012-12-19T11:03:57.307+02:00</updateDate> <mainReport> -- To view, visit http://gerrit.ovirt.org/11304 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I863d4f18cbafba6e310a87de38336f7e7040fd79 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
