diff options
author | nico <nico@magicbroccoli.de> | 2019-01-31 12:00:35 +0100 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2019-01-31 12:00:35 +0100 |
commit | 123f9f8c0192ba54146cd8d2c714fcad758e81f8 (patch) | |
tree | 3bc3142ac58ba05962e91c86c15dce7764c97e6e /README.md | |
parent | 7084d4c54ee834321ecfeb7cdef64e948fe3af1a (diff) |
multiple id fixdev
+ correctly added method to fetch and display multiple sid
* updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |