diff --git a/docs/docs/functions/maintenance_mode.md b/docs/docs/functions/maintenance_mode.md new file mode 100644 index 00000000..ab6a0899 --- /dev/null +++ b/docs/docs/functions/maintenance_mode.md @@ -0,0 +1,12 @@ +# Maintenance Mode + +Enabling maintenance mode for an agent will prevent any overdue/check/task email/sms alerts from being sent. + +It will also prevent clients/sites/agents from showing up as red in the dashboard if they have any failing checks or are overdue. + +To enable maintenance mode for all agents in a client/site, **Right Click** on a client / site and choose **Enable Maintenance Mode** + +![maint_mode](../images/maint_mode.png) + +To enable maintenance mode for a single agent, **Right Click** on the agent and choose **Enable Maintenance Mode** + diff --git a/docs/docs/functions/remote_bg.md b/docs/docs/functions/remote_bg.md new file mode 100644 index 00000000..431043cd --- /dev/null +++ b/docs/docs/functions/remote_bg.md @@ -0,0 +1,21 @@ +# Remote Background + +To access: **Right click** on an agent > **Remote Background** + +#### Services Tab + +Right click on a service to show the context menu where you can start/stop/restart services: + +![services_contextmenu](../images/services_contextmenu.png) + +Click *Service Details* to bring up the details tab where you can edit more service options: + +![service_detail](../images/service_detail.png) + +#### Processes Tab + +A very basic task manager that shows real time process usage. + +**Right click** on a process to end the task: + +![taskmanager](../images/taskmanager.png) diff --git a/docs/docs/functions/user_ui.md b/docs/docs/functions/user_ui.md new file mode 100644 index 00000000..d7a70cf3 --- /dev/null +++ b/docs/docs/functions/user_ui.md @@ -0,0 +1,8 @@ +# User Interface Preferences + +Click on your username at the top right of the dashboard > Preferences: + +![user_prefs](../images/user_prefs.png) + + +![user_prefs2](../images/user_prefs2.png) \ No newline at end of file diff --git a/docs/docs/images/maint_mode.png b/docs/docs/images/maint_mode.png new file mode 100644 index 00000000..768c8c5a Binary files /dev/null and b/docs/docs/images/maint_mode.png differ diff --git a/docs/docs/images/service_detail.png b/docs/docs/images/service_detail.png new file mode 100644 index 00000000..23bc0e89 Binary files /dev/null and b/docs/docs/images/service_detail.png differ diff --git a/docs/docs/images/services_contextmenu.png b/docs/docs/images/services_contextmenu.png new file mode 100644 index 00000000..a5f3233f Binary files /dev/null and b/docs/docs/images/services_contextmenu.png differ diff --git a/docs/docs/images/taskmanager.png b/docs/docs/images/taskmanager.png new file mode 100644 index 00000000..4d37e68c Binary files /dev/null and b/docs/docs/images/taskmanager.png differ diff --git a/docs/docs/images/user_prefs.png b/docs/docs/images/user_prefs.png new file mode 100644 index 00000000..281e5d04 Binary files /dev/null and b/docs/docs/images/user_prefs.png differ diff --git a/docs/docs/images/user_prefs2.png b/docs/docs/images/user_prefs2.png new file mode 100644 index 00000000..5a00eb9e Binary files /dev/null and b/docs/docs/images/user_prefs2.png differ diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3ee6368b..00b72a24 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -8,12 +8,15 @@ nav: - Updating: - "Updating the RMM": update_server.md - "Updating Agents": update_agents.md + - Functionality: + - "Remote Background": functions/remote_bg.md + - "Maintenance Mode": functions/maintenance_mode.md + - "Alerting": alerting.md + - "User Interface Preferences": functions/user_ui.md - Backup: backup.md - Restore: restore.md - Troubleshooting: troubleshooting.md - FAQ: faq.md - - Functionality: - - "Alerting": alerting.md - MeshCentral Integration: mesh_integration.md - License: license.md site_description: "A remote monitoring and management tool"