From c307f85c1518288860bc62a27a7481a10768f5f5 Mon Sep 17 00:00:00 2001 From: iborodikhin Date: Tue, 24 Jul 2012 15:37:28 +0600 Subject: [PATCH] Updating README.md to correct syntax --- plugins/sphinx/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sphinx/README.md b/plugins/sphinx/README.md index ba2d8fdd..7bfec6ea 100644 --- a/plugins/sphinx/README.md +++ b/plugins/sphinx/README.md @@ -6,10 +6,12 @@ This plugin requires pythons sphinxsearch module which can be installed via easy ## Installation Copy file to directory /usr/share/munin/pligins/ and create symbolic links for each index you wish to monitor. For example, if you've got indexex called index1 and index2 create these symlinks: + ln -s /usr/share/munin/plugins/sphindex_ /etc/munin/plugins/sphindex_index1 ln -s /usr/share/munin/plugins/sphindex_ /etc/munin/plugins/sphindex_index2 If you run munin-node at different box than Sphinxsearch you can specify hostname and port options in munin-node.conf: + [sphindex_*] env.server 10.216.0.141 env.port 9312