Module: check_mk
Branch: master
Commit: 5bfae907244e6ce76f15bad9ac327dd6c6f25509
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5bfae907244e6c…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Fri May 30 11:50:11 2014 +0200
improved werk description
---
.werks/928 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.werks/928 b/.werks/928
index 76d7e0f..8e733b7 100644
--- a/.werks/928
+++ b/.werks/928
@@ -8,16 +8,16 @@ Class: feature
With the new plugin <tt>runas</tt> you can configure additional include files
and
directories for mrpe, local and plugin scripts. You can also change the user context
of each of these scripts. It allows non-root users to add additional scripts which might
-get executed with reduced permission.
+get executed with reduced permissions.
This check is configured with the configuration file <tt>runas.cfg</tt>.
In a default installation this file is located within the Check_MK config directory under
<tt>/etc/check_mk/runas.cfg</tt>.
-The <tt>runas.cfg</tt> configuration syntax is as follow
+The <tt>runas.cfg</tt> configuration syntax is as follow<br>
[Script type] [User context] [File / Directory ]
-The <tt>Script type</tt> can be set to <tt>mrpe</tt>,
<tt>local</tt> and <tt>plugin</tt>.
-The <tt>User context</tt> represents the user. If you do not want to change
the context set this field to <tt>-</tt>
+The <tt>Script type</tt> can be set to <tt>mrpe</tt>,
<tt>local</tt> and <tt>plugin</tt>.<br>
+The <tt>User context</tt> represents the user. If you do not want to change
the context set this field to "<tt>-</tt>"<br>
Depending on the script type the third value points to a file or directory.
The mrpe type requires a target file which contains the mrpe commands.
Local and plugins types require are target folder, which contains the executable local
and plugin scripts.<br>
@@ -32,7 +32,7 @@ plugin ab /var/ab/plugins
local ab /var/ab/local
F-:
-<b>Note:</b>You need to set up the local and plugin scripts in different
folders, because the line
+<b>Note:</b>You need to set up the local and plugin scripts in different
folders, because the line<br>
<tt>plugin ab /var/ab/plugins</tt> indicates that all executable files within
this folder are treated as plugins.