From 123f9f8c0192ba54146cd8d2c714fcad758e81f8 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 31 Jan 2019 12:00:35 +0100 Subject: multiple id fix + correctly added method to fetch and display multiple sid * updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a6334cf..91a72b4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ password = password # host and port are not required if the default values are true for your setup host = localhost port = 10011 +# ids should only be seperated by kommas ( , ) without whitespaces +id = 1,2 ``` To install these plugins, you just have to symlink those plugins you would like to activate to the munin plugin directory eg. `/etc/munin/plugins/`. Or if you want to use the multigraph plugin only symlink that one the the munin plugin directory. -- cgit v1.2.3-54-g00ecf