summarylogtreecommitdiffstats
path: root/graphite-exporter.conf
diff options
context:
space:
mode:
authorlynix2021-03-24 15:28:03 +0100
committerlynix2021-03-24 15:28:03 +0100
commit775aad822faeb4f9d220f8b72c2b2eeb916fa22d (patch)
tree31c0622f3ff1a6e033d18af067835262211439e4 /graphite-exporter.conf
parente9e86f5d607da70ecc52846a28441ef5113929ff (diff)
downloadaur-775aad822faeb4f9d220f8b72c2b2eeb916fa22d.tar.gz
Set Graphite listen port to default plaintext port 2003/TCP
Diffstat (limited to 'graphite-exporter.conf')
-rw-r--r--graphite-exporter.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphite-exporter.conf b/graphite-exporter.conf
index 0361c65ff461..92f83b90e762 100644
--- a/graphite-exporter.conf
+++ b/graphite-exporter.conf
@@ -5,4 +5,4 @@
# --graphite.mapping-config=""
# (...)
-ARGS=''
+ARGS='--graphite.listen-address=":2003"'