mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-03 07:49:53 +00:00
Fix typo in utils/munin/mod_tile_latency (#428)
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
if [ "$1" = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
|
|
||||||
echo 'graph_title avg latency of tile retrival from disk'
|
echo 'graph_title avg latency of tile retrieval from disk'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_vlabel latency in s'
|
echo 'graph_vlabel latency in s'
|
||||||
echo 'graph_category mod_tile'
|
echo 'graph_category mod_tile'
|
||||||
|
Reference in New Issue
Block a user