From 54dbd5c21f444a29aaec97f7110c0af02bdbd5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Fri, 23 Oct 2015 01:06:34 +0200 Subject: [PATCH] doc: modules/tinyweb --- modules/tinyweb/README.rst | 3 ++- modules/tinyweb/tinyweb/tinyweb.tpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/tinyweb/README.rst b/modules/tinyweb/README.rst index ee52da499..36dee2637 100644 --- a/modules/tinyweb/README.rst +++ b/modules/tinyweb/README.rst @@ -6,6 +6,7 @@ Web interface This module provides an embedded web interface for resolver. It plots current performance in real-time, including a feed of recent iterative queries. It also includes bindings_ to `MaxMind GeoIP`_, and presents a world map coloured by frequency of queries, so you can see where do your queries go. +The *stats* module is required for plotting query rate. By default, it listens on ``localhost:8053``. Examples @@ -34,4 +35,4 @@ It depends on Go 1.5+, `github.com/abh/geoip <bindings>`_ package. $ go get github.com/abh/geoip .. _`MaxMind GeoIP`: https://www.maxmind.com/en/home -.. _bindings: https://github.com/abh/geoip \ No newline at end of file +.. _bindings: https://github.com/abh/geoip diff --git a/modules/tinyweb/tinyweb/tinyweb.tpl b/modules/tinyweb/tinyweb/tinyweb.tpl index 06137890a..3dd563e8f 100644 --- a/modules/tinyweb/tinyweb/tinyweb.tpl +++ b/modules/tinyweb/tinyweb/tinyweb.tpl @@ -30,7 +30,7 @@ <div class="epoch" id="stats"></div> <ul class="legend"></ul> <h2>Queried servers</h2> - <div id="map" style=""></div> + <div id="map" style="position: relative;"></div> <h2>Last queries</h2> <table id="feed"></table> </div> -- GitLab