mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-30 23:03:03 -07:00
Merge branch 'main' of https://github.com/netalertx/NetAlertX
This commit is contained in:
@@ -8,16 +8,14 @@ This set of settings allows you to group Devices under different views. The Arch
|
|||||||
|
|
||||||
## Status Colors
|
## Status Colors
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
| Icon | Status | Image | Description |
|
| Icon | Status | Image | Description |
|
||||||
|-----------|------------------------|-----------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
|
|-----------|------------------------|-----------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
|
||||||
| 🔌 | Online (Green) |  | A device that is no longer marked as a "New Device". |
|
| <i class="fa-solid fa-plug"></i> | Online (Green) |  | A device that is no longer marked as a "New Device". |
|
||||||
| 🔌 | New (Green) |  | A newly discovered device that is online and is still marked as a "New Device". |
|
| <i class="fa-solid fa-plug"></i> | New (Green) |  | A newly discovered device that is online and is still marked as a "New Device". |
|
||||||
| 🔌 (❕) | Online (Orange) |  | The device is online, but unstable and flapping (3 status changes in the last hour). |
|
| <i class="fa-solid fa-plug-circle-exclamation"></i> | Online (Orange) |  | The device is online, but unstable and flapping (3 status changes in the last hour). |
|
||||||
| ✖ | New (Grey) |  | Same as "New (Green)" but the device is now offline. |
|
| <i class="fa-solid fa-xmark"></i> | New (Grey) |  | Same as "New (Green)" but the device is now offline. |
|
||||||
| ✖ | Offline (Grey) |  | A device that was not detected online in the last scan. |
|
| <i class="fa-solid fa-xmark"></i> | Offline (Grey) |  | A device that was not detected online in the last scan. |
|
||||||
| ⚠ | Down (Red) |  | A device marked as "Alert Down" and offline for the duration set in `NTFPRCS_alert_down_time`.|
|
| <i class="fa-solid fa-triangle-exclamation"></i> | Down (Red) |  | A device marked as "Alert Down" and offline for the duration set in `NTFPRCS_alert_down_time`.|
|
||||||
|
|
||||||
|
|
||||||
See also [Notification guide](./NOTIFICATIONS.md).
|
See also [Notification guide](./NOTIFICATIONS.md).
|
||||||
@@ -221,5 +221,6 @@ plugins:
|
|||||||
# Custom CSS
|
# Custom CSS
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/custom.css
|
- stylesheets/custom.css
|
||||||
|
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css
|
||||||
|
|
||||||
favicon: /img/netalertx_docs.png
|
favicon: /img/netalertx_docs.png
|
||||||
|
|||||||
Reference in New Issue
Block a user