diff --git a/docs/docs/v2/dashboardAnatomy/040-statusIndicators.md b/docs/docs/v2/dashboardAnatomy/040-statusIndicators.md index 76d4b58..0db160b 100644 --- a/docs/docs/v2/dashboardAnatomy/040-statusIndicators.md +++ b/docs/docs/v2/dashboardAnatomy/040-statusIndicators.md @@ -12,14 +12,14 @@ Below is a summary of all statuses available in the sudoSignals client and dashb | Indicator | Status | Description | |:------------------------|:----------------| :---------------| |![Status Initializing](/img/status-indicators/v2-status-initializing.png) | Initializing |Initial status for clients/machines that have yet to be connected to the sudoSignals web dashboard, and installations that do not have any machines.| +|![Status Running](/img/status-indicators/v2-status-running.png) | Running |For processes that are being successfully being controlled by sudoSignals, but that are not using a plugin.| |![Status Installation Online](/img/status-indicators/v2-status-installation-online.png) | Installation Online |Indicates that an installation is online and connected to the sudoSignals client. Installations with online status indicate that all sub-processes and machines are also `online`.| -|![Status Installation Warning](/img/status-indicators/v2-status-installation-warning.png) | Installation Warning | Indicates that some of an installation's machines or it's processes may be offline.| -|![Status Installation Offline](/img/status-indicators/v2-status-installation-offline.png) | Installation Offline |Indicates that an installation is disconnected. For installations, the `offline` status means that all sub-processes are offline.| |![Status Machine Online](/img/status-indicators/v2-status-machine-online.png) | Machine Online |Indicates that the machine is online and connected to the sudoSignals client. | -|![Status Machine Warning](/img/status-indicators/v2-status-machine-warning.png) | Machine Warning |For machines, a `warning` status indicates that some of it's processes may be offline. | -|![Status Machine Offline](/img/status-indicators/v2-status-machine-offline.png) | Machine Offline |Indicates that the machine may be disconnected. | |![Status Process Online](/img/status-indicators/v2-status-online.png) | Process Online |Indicates that the process is online and connected to the sudoSignals client. | +|![Status Installation Warning](/img/status-indicators/v2-status-installation-warning.png) | Installation Warning | Indicates that some of an installation's machines or it's processes may be offline.| +|![Status Machine Warning](/img/status-indicators/v2-status-machine-warning.png) | Machine Warning |For machines, a `warning` status indicates that some of it's processes may be offline. | |![Status Process Warning](/img/status-indicators/v2-status-warning.png) | Process Warning |For machines, a `warning` status indicates that some of it's processes may be offline. For installations, the aforementioned is true and/or some machines may be offline as well.| +|![Status Installation Offline](/img/status-indicators/v2-status-installation-offline.png) | Installation Offline |Indicates that an installation is disconnected. For installations, the `offline` status means that all sub-processes are offline.| +|![Status Machine Offline](/img/status-indicators/v2-status-machine-offline.png) | Machine Offline |Indicates that the machine may be disconnected. | |![Status Process Offline](/img/status-indicators/v2-status-offline.png) | Process Offline |Indicates that the process may be disconnected. | -|![Status Running](/img/status-indicators/v2-status-running.png) | Running |For processes that are being successfully being controlled by sudoSignals, but that are not using a plugin.| |![Status Unknown](/img/status-indicators/v2-status-unknown.png) | Unknown |For unspecified behavior in processes, machines or installations.| \ No newline at end of file diff --git a/docs/docs/v2/dashboardAnatomy/installationView/040-logs.md b/docs/docs/v2/dashboardAnatomy/installationView/040-logs.md index a32ea67..4b5fb0e 100644 --- a/docs/docs/v2/dashboardAnatomy/installationView/040-logs.md +++ b/docs/docs/v2/dashboardAnatomy/installationView/040-logs.md @@ -43,12 +43,6 @@ The `Duration` dropdown allows you to select a window of time to view reports: ![Installation View 06B](/img/view-installation/v2-installation-view-006B.png) -The `Download Logs` button opens a dialog that allows you to download reports for: - -:::danger COPY NEEDED - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -::: +The `Download Logs` button opens a dialog that allows you to download logs: ![Installation View 06C](/img/view-installation/v2-installation-view-006C.png) \ No newline at end of file diff --git a/docs/docs/v2/dashboardAnatomy/installationView/050-alerts.md b/docs/docs/v2/dashboardAnatomy/installationView/050-alerts.md index 4c3d9b6..5cedee6 100644 --- a/docs/docs/v2/dashboardAnatomy/installationView/050-alerts.md +++ b/docs/docs/v2/dashboardAnatomy/installationView/050-alerts.md @@ -34,11 +34,7 @@ When sudoSignals is set to Auto Restart your process, it will restart your appli ## Alert Settings -:::danger COPY NEEDED - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -::: +In the Alert settings, there is the ability to mute notifications for a fixed duration of time. ![Installation View 07B](/img/view-installation/v2-installation-view-007B.png) diff --git a/docs/docs/v2/dashboardAnatomy/machineView/030-reports.md b/docs/docs/v2/dashboardAnatomy/machineView/030-reports.md index bbb41c5..232b2f7 100644 --- a/docs/docs/v2/dashboardAnatomy/machineView/030-reports.md +++ b/docs/docs/v2/dashboardAnatomy/machineView/030-reports.md @@ -1,7 +1,7 @@ --- title: Reports slug: /v2/getting-started/machine-view/reports -description: "An overview of the Logs on the Dashboard" +description: "An overview of Reports on the Dashboard" --- # Reports @@ -33,19 +33,13 @@ The `Duration` dropdown allows you to select a window of time to view reports: The `Download Reports` button opens a dialog that allows you to download reports for: -:::danger COPY NEEDED - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -::: - ![Machine View 04B](/img/view-machine/v2-machine-view-004B.png) ## Process Reports Process reports has everything from machine reports, except it is focused on processes not machines. additionally, this section a dropdown button for `Process Selection.` -![Installation View 05B](/img/view-installation/v2-installation-view-005B.png) +![Machine View 04C](/img/view-machine/v2-machine-view-004C.png) ## Downloads diff --git a/docs/docs/v2/dashboardAnatomy/machineView/040-logs.md b/docs/docs/v2/dashboardAnatomy/machineView/040-logs.md index d06f437..a8f25b9 100644 --- a/docs/docs/v2/dashboardAnatomy/machineView/040-logs.md +++ b/docs/docs/v2/dashboardAnatomy/machineView/040-logs.md @@ -44,12 +44,6 @@ The `Duration` dropdown allows you to select a window of time to view reports: ![Machine View 05B](/img/view-machine/v2-machine-view-005B.png) -The `Download Logs` button opens a dialog that allows you to download reports for: - -:::danger COPY NEEDED - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -::: +The `Download Logs` button opens a dialog that allows you to download reports for the machine: ![Machine View 05C](/img/view-machine/v2-machine-view-005C.png) \ No newline at end of file diff --git a/docs/docs/v2/dashboardAnatomy/machineView/050-alerts.md b/docs/docs/v2/dashboardAnatomy/machineView/050-alerts.md index 6fb8fed..8cb913b 100644 --- a/docs/docs/v2/dashboardAnatomy/machineView/050-alerts.md +++ b/docs/docs/v2/dashboardAnatomy/machineView/050-alerts.md @@ -32,11 +32,7 @@ When sudoSignals is set to Auto Restart your process, it will restart your appli ## Alert Settings -:::danger COPY NEEDED - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -::: +See the machine's correspponding installation to mute it's alerts. ![Machine View 06B](/img/view-machine/v2-machine-view-006B.png) diff --git a/docs/docs/v2/plugins/TouchDesigner/010-gettingStartedTD.md b/docs/docs/v2/plugins/TouchDesigner/010-gettingStartedTD.md index 81d6e66..b945c3b 100644 --- a/docs/docs/v2/plugins/TouchDesigner/010-gettingStartedTD.md +++ b/docs/docs/v2/plugins/TouchDesigner/010-gettingStartedTD.md @@ -144,5 +144,5 @@ Log messages from your process can be found on the logs tab in the dashboard. ![TD Plugin 010](/img/td-remote-setup/v2-remote-setup-010.png) -[sudoSignals Client]: https://sudosignals-downloads.s3.amazonaws.com/production/sudoSignals_Installer.exe +[sudoSignals Client]: v2-dashboard.sudosignals.com/installer/sudoSignals_Installer.exe [TouchDesigner sudoSignals Plugin]: https://github.com/SudoMagicCode/sudoSignals_tdClient_releases//releases/latest/download/SudoSignals.tox \ No newline at end of file diff --git a/docs/static/img/controls/v2-installation-controls-001.png b/docs/static/img/controls/v2-installation-controls-001.png index 3de84af..55366b2 100644 Binary files a/docs/static/img/controls/v2-installation-controls-001.png and b/docs/static/img/controls/v2-installation-controls-001.png differ diff --git a/docs/static/img/controls/v2-machine-controls-001.png b/docs/static/img/controls/v2-machine-controls-001.png index cf38a3e..f2e9e19 100644 Binary files a/docs/static/img/controls/v2-machine-controls-001.png and b/docs/static/img/controls/v2-machine-controls-001.png differ diff --git a/docs/static/img/controls/v2-machine-controls-002.png b/docs/static/img/controls/v2-machine-controls-002.png index 74f5240..1c729df 100644 Binary files a/docs/static/img/controls/v2-machine-controls-002.png and b/docs/static/img/controls/v2-machine-controls-002.png differ diff --git a/docs/static/img/controls/v2-machine-controls-003.png b/docs/static/img/controls/v2-machine-controls-003.png index a012160..0a91f31 100644 Binary files a/docs/static/img/controls/v2-machine-controls-003.png and b/docs/static/img/controls/v2-machine-controls-003.png differ diff --git a/docs/static/img/controls/v2-machine-controls-004.png b/docs/static/img/controls/v2-machine-controls-004.png index 691c7a5..efa91ae 100644 Binary files a/docs/static/img/controls/v2-machine-controls-004.png and b/docs/static/img/controls/v2-machine-controls-004.png differ diff --git a/docs/static/img/view-installation/v2-installation-view-002A.png b/docs/static/img/view-installation/v2-installation-view-002A.png index 68945ad..5ff780a 100644 Binary files a/docs/static/img/view-installation/v2-installation-view-002A.png and b/docs/static/img/view-installation/v2-installation-view-002A.png differ diff --git a/docs/static/img/view-installation/v2-installation-view-006.png b/docs/static/img/view-installation/v2-installation-view-006.png index 0668221..17b892c 100644 Binary files a/docs/static/img/view-installation/v2-installation-view-006.png and b/docs/static/img/view-installation/v2-installation-view-006.png differ diff --git a/docs/static/img/view-installation/v2-installation-view-006C.png b/docs/static/img/view-installation/v2-installation-view-006C.png index b7ae158..304a165 100644 Binary files a/docs/static/img/view-installation/v2-installation-view-006C.png and b/docs/static/img/view-installation/v2-installation-view-006C.png differ diff --git a/docs/static/img/view-installation/v2-installation-view-007.png b/docs/static/img/view-installation/v2-installation-view-007.png index 2dd755a..7ee0aec 100644 Binary files a/docs/static/img/view-installation/v2-installation-view-007.png and b/docs/static/img/view-installation/v2-installation-view-007.png differ diff --git a/docs/static/img/view-installation/v2-installation-view-007B.png b/docs/static/img/view-installation/v2-installation-view-007B.png index 1f0f014..745bf82 100644 Binary files a/docs/static/img/view-installation/v2-installation-view-007B.png and b/docs/static/img/view-installation/v2-installation-view-007B.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-001.png b/docs/static/img/view-machine/v2-machine-view-001.png index 869a5b8..ae8f139 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-001.png and b/docs/static/img/view-machine/v2-machine-view-001.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-002.png b/docs/static/img/view-machine/v2-machine-view-002.png index c60bef0..8611106 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-002.png and b/docs/static/img/view-machine/v2-machine-view-002.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-002B.png b/docs/static/img/view-machine/v2-machine-view-002B.png index d4a3ed6..069dd03 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-002B.png and b/docs/static/img/view-machine/v2-machine-view-002B.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-002C.01.png b/docs/static/img/view-machine/v2-machine-view-002C.01.png index 7424824..bfe6db6 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-002C.01.png and b/docs/static/img/view-machine/v2-machine-view-002C.01.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-002C.png b/docs/static/img/view-machine/v2-machine-view-002C.png index 74f5240..1c729df 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-002C.png and b/docs/static/img/view-machine/v2-machine-view-002C.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-002E.png b/docs/static/img/view-machine/v2-machine-view-002E.png index 66eacd5..102628e 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-002E.png and b/docs/static/img/view-machine/v2-machine-view-002E.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-003.png b/docs/static/img/view-machine/v2-machine-view-003.png index 87206ca..27291ae 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-003.png and b/docs/static/img/view-machine/v2-machine-view-003.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-003A.png b/docs/static/img/view-machine/v2-machine-view-003A.png index dcceffc..7a571e7 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-003A.png and b/docs/static/img/view-machine/v2-machine-view-003A.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-004.png b/docs/static/img/view-machine/v2-machine-view-004.png index ac077ba..898fbb6 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-004.png and b/docs/static/img/view-machine/v2-machine-view-004.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-004A.png b/docs/static/img/view-machine/v2-machine-view-004A.png index 67b0380..3469084 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-004A.png and b/docs/static/img/view-machine/v2-machine-view-004A.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-004B.png b/docs/static/img/view-machine/v2-machine-view-004B.png index 7bcb1a9..0728792 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-004B.png and b/docs/static/img/view-machine/v2-machine-view-004B.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-004C.png b/docs/static/img/view-machine/v2-machine-view-004C.png new file mode 100644 index 0000000..11cff76 Binary files /dev/null and b/docs/static/img/view-machine/v2-machine-view-004C.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-005.png b/docs/static/img/view-machine/v2-machine-view-005.png index e2aad5f..2229aa7 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-005.png and b/docs/static/img/view-machine/v2-machine-view-005.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-005C.png b/docs/static/img/view-machine/v2-machine-view-005C.png index fd95c7d..727e644 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-005C.png and b/docs/static/img/view-machine/v2-machine-view-005C.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-006.png b/docs/static/img/view-machine/v2-machine-view-006.png index c2fc8e4..8e286f8 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-006.png and b/docs/static/img/view-machine/v2-machine-view-006.png differ diff --git a/docs/static/img/view-machine/v2-machine-view-006B.png b/docs/static/img/view-machine/v2-machine-view-006B.png index 68399e3..de8bd57 100644 Binary files a/docs/static/img/view-machine/v2-machine-view-006B.png and b/docs/static/img/view-machine/v2-machine-view-006B.png differ