mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Devices in maintenance show as blue on worldmap widget (#8207)
* Added new worldmap widget setting: The user can chose how down devices under maintenance are shown Signed-off-by: Rémy Jacquin <remy@remyj.fr> * Added documentation related to this feature Signed-off-by: Rémy Jacquin <remy@remyj.fr> * Change icon to light blue and remove option Reverted "Added new worldmap widget setting" Signed-off-by: Rémy Jacquin <remy@remyj.fr>
This commit is contained in:
committed by
Neil Lathwood
parent
c14efbf904
commit
8d4fca33b1
@@ -5,7 +5,7 @@ LibreNMS comes with a configurable Geo Map based on World Map Widget to visualiz
|
||||
|
||||
### World Map Widget
|
||||
|
||||
World Map Widget, requires you to have properly formatted addresses in sysLocation or sysLocation override. As part of the standard poller these addresses will be Geocoded by Google and stored in the database.
|
||||
World Map Widget, requires you to have properly formatted addresses in sysLocation or sysLocation override. As part of the standard poller these addresses will be Geocoded by Google and stored in the database.
|
||||
|
||||
Location resolution happens as follows
|
||||
|
||||
@@ -17,11 +17,11 @@ Location resolution happens as follows
|
||||
Example:
|
||||
|
||||
[40.424521, -86.912755]
|
||||
|
||||
|
||||
or
|
||||
|
||||
|
||||
1100 Congress Ave, Austin, TX 78701
|
||||
|
||||
|
||||
|
||||
We have two current mapping engines available:
|
||||
|
||||
@@ -31,6 +31,11 @@ We have two current mapping engines available:
|
||||
|
||||
### World Map Widget Settings
|
||||
|
||||
- *Initial Latitude / Longitude*: The map will be centered on those coordinates.
|
||||
- *Initial Zoom*: Initial zoom of the map. [More information about zoom levels](https://wiki.openstreetmap.org/wiki/Zoom_levels).
|
||||
- *Grouping radius*: Markers are grouped by area. This value define the maximum size of grouping areas.
|
||||
- *Show devices*: Show devices based on there status.
|
||||
|
||||
Example Settings:
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user