From 349b5ec5f8479dec6bc50c6f24d0d342632f229e Mon Sep 17 00:00:00 2001 From: Mikkel Kirkgaard Nielsen Date: Mon, 30 Oct 2017 23:47:54 +0100 Subject: [PATCH] Fix syntax of Munin env vars Refer also to https://github.com/saily/redmine_stats/issues/1. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a2046c1..e495d0f 100644 --- a/README.rst +++ b/README.rst @@ -35,10 +35,10 @@ First checkout and symlink your plugins into munin plugins directory using:: Open ``/etc/munin/plugin-conf.d/munin-node`` and add following lines:: [redmine_*] - env.host = - env.username = - env.password = - env.port = + env.host + env.username + env.password + env.port If you omit environment variable for hostname ``127.0.0.1`` is used by default, if you omit environment variable for port ``3306`` is used by default.