From 57273a8d0c0afb937b2cd569c029902c923a1123 Mon Sep 17 00:00:00 2001 From: Ron Klein Date: Sun, 24 May 2020 19:18:03 +0300 Subject: [PATCH] typo (#25050) ENABLE_UPD_LISTENER ==> ENABLE_UDP_LISTENER --- docs/sources/tutorials/stack_guide_graphite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/tutorials/stack_guide_graphite.md b/docs/sources/tutorials/stack_guide_graphite.md index a6adc85c425..d90974893b1 100644 --- a/docs/sources/tutorials/stack_guide_graphite.md +++ b/docs/sources/tutorials/stack_guide_graphite.md @@ -73,7 +73,7 @@ Copy example carbon config: cp /opt/graphite/conf/carbon.conf.example /opt/graphite/conf/carbon.conf ``` -Edit the config file `/opt/graphite/conf/carbon.conf`, find line `ENABLE_UPD_LISTENER` and +Edit the config file `/opt/graphite/conf/carbon.conf`, find line `ENABLE_UDP_LISTENER` and change this setting to `True`. ### Configure storage-schemas.conf