Skip to content

Commit

Permalink
Merge pull request #23264 from jrafanie/fix-accidental-removal-of-rss…
Browse files Browse the repository at this point in the history
…-dashboard-widgets-not-actually-using-rss

Resurrect dashboard widgets not actually using rss feeds

(cherry picked from commit b09ab8a)
  • Loading branch information
Fryguy committed Nov 14, 2024
1 parent ef52dff commit cb8d14c
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
2 changes: 2 additions & 0 deletions product/dashboard/dashboards/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ description: Default Dashboard
set_data_by_description:
:col1:
- chart_vendor_and_guest_os
- rss_newest_hosts
- report_top_memory_consumers_weekly
:col2:
- report_top_cpu_consumers_weekly
- chart_virtual_infrastructure_platforms
:col3:
- chart_guest_os_information_any_os
- rss_newest_vms
- report_top_storage_consumers
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ set_data_by_description:
- chart_server_health
:col2:
- chart_server_availability
:col3:
- rss_newest_servers
18 changes: 18 additions & 0 deletions product/dashboard/widgets/rss_newest_hosts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
description: rss_newest_hosts
title: "EVM: Recently Discovered Hosts"
content_type: report
options:
:row_count: 5
visibility:
:roles:
- _ALL_
user_id:
resource_name: Recently Added Hosts
resource_type: MiqReport
miq_schedule_options:
:run_at:
:interval:
:value: "1"
:unit: hourly
enabled: true
read_only: true
18 changes: 18 additions & 0 deletions product/dashboard/widgets/rss_newest_servers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
description: rss_newest_servers
title: "Recently Discovered Physical Servers"
content_type: report
options:
:row_count: 5
visibility:
:roles:
- _ALL_
user_id:
resource_name: Recently Discovered Physical Servers
resource_type: MiqReport
miq_schedule_options:
:run_at:
:interval:
:value: "1"
:unit: hourly
enabled: true
read_only: true
18 changes: 18 additions & 0 deletions product/dashboard/widgets/rss_newest_vms.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
description: rss_newest_vms
title: "EVM: Recently Discovered VMs"
content_type: report
options:
:row_count: 5
visibility:
:roles:
- _ALL_
user_id:
resource_name: Recently Discovered VMs
resource_type: MiqReport
miq_schedule_options:
:run_at:
:interval:
:value: "1"
:unit: hourly
enabled: true
read_only: true

0 comments on commit cb8d14c

Please sign in to comment.