Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions grafana/rmf-app/src/components/Root/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export async function installDashboards(folderUid: string, defaultFolderName: st

export const FALCON_JOB_RELATED = [
"DELAY - All kinds of delays",
"OPD - OMVS Process Data",
"OPD - USS Processes",
"PROC - Processor Delays",
"PROCU - Processor Usage",
"STOR - Storage Delay",
Expand All @@ -141,7 +141,7 @@ export const FALCON_SYSTEM_RELATED = [
"JES - Job Entry Subsystem Delays",
"LOCKSP - Spin Lock Report",
"LOCKSU - Suspend Lock Report",
"OPD - OMVS Process Data",
"OPD - USS Processes",
"PCIE - PCIE Activity",
"PROC - Processor Delays",
"PROCU - Processor Usage",
Expand Down
4 changes: 2 additions & 2 deletions grafana/rmf-app/src/dashboards/dds/OPD.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"selectedVisualisationType": "table"
}
],
"title": "OPD - OMVS Process Data",
"title": "OPD - USS Processes",
"transformations": [
{
"id": "organize",
Expand Down Expand Up @@ -215,7 +215,7 @@
},
"timepicker": {},
"timezone": "",
"title": "OPD - OMVS Process Data",
"title": "OPD - USS Processes",
"version": 1,
"weekStart": ""
}
4 changes: 2 additions & 2 deletions grafana/rmf-app/src/dashboards/dds/SYSRG.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"selectedVisualisationType": "table"
}
],
"title": "SYSRG - Sysplex WLM Resource Group Activity",
"title": "SYSRG - WLM Resource Group Activity",
"transformations": [
{
"id": "organize",
Expand Down Expand Up @@ -315,7 +315,7 @@
},
"timepicker": {},
"timezone": "",
"title": "SYSRG - Sysplex WLM Resource Group Activity",
"title": "SYSRG - WLM Resource Group Activity",
"version": 1,
"weekStart": ""
}
4 changes: 2 additions & 2 deletions grafana/rmf-app/src/dashboards/dds/SYSSUM.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"selectedVisualisationType": "table"
}
],
"title": "SYSSUM - Sysplex WLM Classes Summary Report",
"title": "SYSSUM - WLM Classes Summary Report",
"transformations": [
{
"id": "organize",
Expand Down Expand Up @@ -343,7 +343,7 @@
},
"timepicker": {},
"timezone": "",
"title": "SYSSUM - Sysplex WLM Classes Summary Report",
"title": "SYSSUM - WLM Classes Summary Report",
"version": 1,
"weekStart": ""
}
Loading