Hi, What is the easiest way to get statistics from a Nominatim server? What I need is some statistics on number of successful/failed requests in a web page similar to mod_tile (http://hostname/mod_tile). asked 27 Apr '16, 10:22 khamooshi |
One Answer:
The Munin graph plugins https://github.com/twain47/Nominatim/tree/master/munin query the Nominatim database every 5 minutes. The answered 27 Apr '16, 13:36 mtmail |
The table new_query_log is empty on our servers. Is there a config file for logging requests?
@khamooshi You can see those config values in build/settings/settings.php and overwrite them in build/settings/local.php One is for logging into the database (new_query_log table), another setting is for logging into a file on disk.