From bb3e896ccb8f09a55fcf5b020d6674e9992d1b1c Mon Sep 17 00:00:00 2001 From: Kevin Krumm Date: Mon, 13 Nov 2017 08:28:05 -0600 Subject: [PATCH] docs: general fixes to the Dashboards (#7715) --- doc/Extensions/Dashboards.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/Extensions/Dashboards.md b/doc/Extensions/Dashboards.md index 9ce12e742f..1b1ea3b38a 100644 --- a/doc/Extensions/Dashboards.md +++ b/doc/Extensions/Dashboards.md @@ -10,20 +10,20 @@ Example Dashboard ### Widgets LibreNMS has a whole list of Widgets to select from. -------------------------------------------------------------- -+ Alerts Widget: show all alert not notifications. -+ Availability Map: Shows all devices with colored tiles, green up, yellow for warning (device has been restarted in last 24 hours),red for down. You can also list all services and ignored/disabled devcies in this widget. ++ Alerts Widget: Displays all alert notifications. ++ Availability Map: Displays all devices with colored tiles, green up, yellow for warning (device has been restarted in last 24 hours),red for down. You can also list all services and ignored/disabled devcies in this widget. + Componet Status: List all componets Ok state, Warning state, Critical state. + Device Summary horizontal: List device totals, up, down, ignored, disabled. Same for ports and services. + Device Summary vertical: List device totals, up, down, ignored, disabled. Same for ports and services. -+ Eventlog: Shows all events with your devices and LibreNMS. -+ External Image: can be used to show external images on your dashboard. ++ Eventlog: Displays all events with your devices and LibreNMS. ++ External Image: can be used to show external images on your dashboard. Or images from inside LibreNMS. + Globe Map: Will display map of the globe. + Graph: Can be used to display graphs from devices. -+ Graylog: Lists all Graylog's syslog entries. -+ Notes: use for html tags, embed links and external web pages. -+ Syslog: lists all syslog entries. ++ Graylog: Displays all Graylog's syslog entries. ++ Notes: use for html tags, embed links and external web pages. Or just notes in general. ++ Syslog: Displays all syslog entries. + Top Devices: By Traffic, or Uptime, or Response time, or Poller Duration, or Procssor load, or Memory Usage. -+ Top Interfaces: Lists top interfaces. ++ Top Interfaces: Lists top interfaces by traffic utilization. + Worldmap: displays all your devices locations. From syslocation or from override sysLocation. -------------------------------------------------------------------- @@ -45,11 +45,12 @@ Step 2: Then go to Settings -> WebUI settings -> Dashboard Settings and set the ### Setting embeded webpage Using the Notes Widget. ```html - ``` Note you may need to play with the width and height and also size your widget properly. +``` src="url" ``` needs to be URL to webpage your linking to. Also some web pages may not support html embeded or iframe. ![Example embed webpage](/img/example-embed-website.png)