diff --git a/docs/DEVICE_DISPLAY_SETTINGS.md b/docs/DEVICE_DISPLAY_SETTINGS.md index e4ae9ba6..0a2467b8 100755 --- a/docs/DEVICE_DISPLAY_SETTINGS.md +++ b/docs/DEVICE_DISPLAY_SETTINGS.md @@ -10,13 +10,14 @@ This set of settings allows you to group Devices under different views. The Arch ![Sattus colors](./img/DEVICE_MANAGEMENT/device_management_status_colors.png) -1. 🔌 Online (Green) = A device that is no longer marked as a "New Device". -2. 🔌 New (Green) = A newly discovered device that is online and is still marked as a "New Device". -3. 🔌(❕) Online (Orange) - The device is unstable and flapping (3 status changes in the last hour) -4. ✖ New (Grey) = Same as No.2 but device is now offline. -5. ✖ Offline (Grey) = A device that was not detected online in the last scan. -6. ⚠ Down (Red) = A device that has "Alert Down" marked and has been offline for the time set in the Setting `NTFPRCS_alert_down_time`. - +| Icon | Status | Image | Description | +|-----------|------------------------|-----------------------------------------------------------------------|-----------------------------------------------------------------------------------------------| +| 🔌 | Online (Green) | ![Status color - online](./img/DEVICE_MANAGEMENT/device_management_status_online.png) | A device that is no longer marked as a "New Device". | +| 🔌 | New (Green) | ![Status color - new online](./img/DEVICE_MANAGEMENT/device_management_status_new_online.png) | A newly discovered device that is online and is still marked as a "New Device". | +| 🔌 (❕) | Online (Orange) | ![Status color - flapping online](./img/DEVICE_MANAGEMENT/device_management_status_flapping_online.png) | The device is online, but unstable and flapping (3 status changes in the last hour). | +| ✖ | New (Grey) | ![Status color - new offline](./img/DEVICE_MANAGEMENT/device_management_status_new_offline.png) | Same as "New (Green)" but the device is now offline. | +| ✖ | Offline (Grey) | ![Status color - offline](./img/DEVICE_MANAGEMENT/device_management_status_offline.png) | A device that was not detected online in the last scan. | +| ⚠ | Down (Red) | ![Status color - down](./img/DEVICE_MANAGEMENT/device_management_status_down.png) | A device marked as "Alert Down" and offline for the duration set in `NTFPRCS_alert_down_time`.| See also [Notification guide](./NOTIFICATIONS.md). \ No newline at end of file diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_down.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_down.png new file mode 100644 index 00000000..6a2d304b Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_down.png differ diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_flapping_online.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_flapping_online.png new file mode 100644 index 00000000..e0199ac7 Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_flapping_online.png differ diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_new_offline.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_new_offline.png new file mode 100644 index 00000000..98be2a27 Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_new_offline.png differ diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_new_online.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_new_online.png new file mode 100644 index 00000000..97c09503 Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_new_online.png differ diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_offline.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_offline.png new file mode 100644 index 00000000..a3ea5513 Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_offline.png differ diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_online.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_online.png new file mode 100644 index 00000000..9b6d7b05 Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_online.png differ