From 78a86b7700f1065560c6846f7fd76bd0271d0a04 Mon Sep 17 00:00:00 2001 From: f0o Date: Wed, 10 Jun 2015 10:45:43 +0000 Subject: [PATCH] Add docs for the globe-frontpage --- doc/Extensions/Globe-Frontpage.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/Extensions/Globe-Frontpage.md diff --git a/doc/Extensions/Globe-Frontpage.md b/doc/Extensions/Globe-Frontpage.md new file mode 100644 index 0000000000..2250079fed --- /dev/null +++ b/doc/Extensions/Globe-Frontpage.md @@ -0,0 +1,13 @@ +# Globe Frontpage Configuration + +LibreNMS comes with a configurable geochart based frontpage to visualize where your gear is located geographically. + +To enable it, set `$config['front_page'] = "pages/front/globe.php";` in your `config.php`. + +You can use any of these config-parameters to adjust some aspects of it: + +- `$config['frontpage_globe']['markers']` is used to change what is being shown on the Markers of the map. It can be either `devices` or `ports` +- `$config['frontpage_globe']['region']` defines the Region to chart. Any region supported by Google's GeoChart API is allowed (https://developers.google.com/chart/interactive/docs/gallery/geochart#continent-hierarchy-and-codes) +- `$config['frontpage_globe']['resolution']` can be 'countries', 'provinces' or 'metros' (latter two are mostly US only due to google-limits). + +