-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23264 from jrafanie/fix-accidental-removal-of-rss…
…-dashboard-widgets-not-actually-using-rss Resurrect dashboard widgets not actually using rss feeds (cherry picked from commit b09ab8a)
- Loading branch information
Showing
5 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ set_data_by_description: | |
- chart_server_health | ||
:col2: | ||
- chart_server_availability | ||
:col3: | ||
- rss_newest_servers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |