diff --git a/docs/Files/UI/Solution-Manager/Library/Reporting/Current-Resource-Values-Report.md b/docs/Files/UI/Solution-Manager/Library/Reporting/Current-Resource-Values-Report.md new file mode 100644 index 0000000..9ebf51f --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Library/Reporting/Current-Resource-Values-Report.md @@ -0,0 +1,17 @@ +# Current Resource Values Report + +The **Current Resource Values Report** displays the currently defined resources in OpCon. + +![A screen showing the Current Resource Values Report](../../../../../Resources/Images/SM/Library/Reporting/CurrentResourcesValuesReport.png "Current Resource Values Report") + +### Filtering & Sorting + +This report provides filters for resource name, value, description, and in use. You can open the filters panel by clicking on the menu (three dots) in the header of any column, and selecting 'Filter'. + + ![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu") + + +### Exporting to CSV + +Click the export ![Download button](../../../../../Resources/Images/SM/Library/Logs/Download-Button.png "Export") button to download the report as a CSV. Any active filters will be applied when exporting the report. + diff --git a/docs/Files/UI/Solution-Manager/Library/Reporting/Current-Threshold-Values-Report.md b/docs/Files/UI/Solution-Manager/Library/Reporting/Current-Threshold-Values-Report.md new file mode 100644 index 0000000..721ad1a --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Library/Reporting/Current-Threshold-Values-Report.md @@ -0,0 +1,17 @@ +# Current Threshold Values Report + +The **Current Threshold Values Report** displays the currently defined thresholds in OpCon. + +![A screen showing the Current Threshold Values Report](../../../../../Resources/Images/SM/Library/Reporting/CurrentThresholdsValuesReport.png "Current Threshold Values Report") + +### Filtering & Sorting + +This report provides filters for threshold name, value, and description. You can open the filters panel by clicking on the menu (three dots) in the header of any column, and selecting 'Filter'. + + ![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu") + + +### Exporting to CSV + +Click the export ![Download button](../../../../../Resources/Images/SM/Library/Logs/Download-Button.png "Export") button to download the report as a CSV. Any active filters will be applied when exporting the report. + diff --git a/docs/Files/UI/Solution-Manager/Library/Reporting/Event-Details-Report.md b/docs/Files/UI/Solution-Manager/Library/Reporting/Event-Details-Report.md new file mode 100644 index 0000000..a3c1d9c --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Library/Reporting/Event-Details-Report.md @@ -0,0 +1,21 @@ +# Event Details by Date Report + +The **Event Details by Date Report** shows all daily triggered events with their schedules, jobs, trigger, match, and event details. + +:::note +Report data is updated nightly at 2:00 AM. +::: + +![A screen showing the Event Details Report](../../../../../Resources/Images/SM/Library/Reporting/EventDetailsByDateReport.png "Event Details Report") + +### Filtering & Sorting + +This report provides filters for date, schedule, job, trigger, match, and event details. You can open the filters panel by clicking on the menu (three dots) in the header of any column, and selecting 'Filter'. + + ![A screen showing how to open the column menu](../../../../../Resources/Images/SM/Library/Reporting/FilterMenu.png "Column Menu") + + +### Exporting to CSV + +Click the export ![Download button](../../../../../Resources/Images/SM/Library/Logs/Download-Button.png "Export") button to download the report as a CSV. Any active filters will be applied when exporting the report. + diff --git a/docs/Resources/Images/SM/Library/Reporting/CurrentResourcesValuesReport.png b/docs/Resources/Images/SM/Library/Reporting/CurrentResourcesValuesReport.png new file mode 100644 index 0000000..fe0e598 Binary files /dev/null and b/docs/Resources/Images/SM/Library/Reporting/CurrentResourcesValuesReport.png differ diff --git a/docs/Resources/Images/SM/Library/Reporting/CurrentThresholdsValuesReport.png b/docs/Resources/Images/SM/Library/Reporting/CurrentThresholdsValuesReport.png new file mode 100644 index 0000000..a5c0cdd Binary files /dev/null and b/docs/Resources/Images/SM/Library/Reporting/CurrentThresholdsValuesReport.png differ diff --git a/docs/Resources/Images/SM/Library/Reporting/EventDetailsByDateReport.png b/docs/Resources/Images/SM/Library/Reporting/EventDetailsByDateReport.png new file mode 100644 index 0000000..e34e4a2 Binary files /dev/null and b/docs/Resources/Images/SM/Library/Reporting/EventDetailsByDateReport.png differ diff --git a/sidebars.js b/sidebars.js index c6ea13d..f11315d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -620,6 +620,9 @@ module.exports = { "Files/UI/Solution-Manager/Library/Reporting/Annual-Plan-By-Calendar-Dates-Report", "Files/UI/Solution-Manager/Library/Reporting/Audit-History-Report", "Files/UI/Solution-Manager/Library/Reporting/Cross-Reference-Schedules-And-Jobs-Report", + "Files/UI/Solution-Manager/Library/Reporting/Current-Resource-Values-Report", + "Files/UI/Solution-Manager/Library/Reporting/Current-Threshold-Values-Report", + "Files/UI/Solution-Manager/Library/Reporting/Event-Details-Report", "Files/UI/Solution-Manager/Library/Reporting/Frequencies-And-Associated-Jobs-Report", "Files/UI/Solution-Manager/Library/Reporting/Schedule-Job-History-Report" ],