Merge the master branch (we are use gitflow as workflow)
This commit is contained in:
commit
cd853362f2
|
@ -1,3 +1,8 @@
|
|||
2014-08-30 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_context_pandora_server_email.php,
|
||||
include/help/ja/help_propagate_acl.php: Added new help files.
|
||||
|
||||
2014-08-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||
* pandora_console/images/clippy/clippy.png,
|
||||
pandora_console/images/clippy/easter_egg_00.png,
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/ja
|
||||
*/
|
||||
?>
|
||||
<h1>email アラートのための Pandora サーバ設定</h1>
|
||||
<p><i>"Pandora サーバ設定ファイル"</i>を編集する必要があります。通常は以下にあります。
|
||||
<pre>
|
||||
/etc/pandora_server/pandora_server.conf
|
||||
</pre>
|
||||
次の値を設定します。
|
||||
<pre>
|
||||
# mta_address: External Mailer (MTA) IP Address to be used by Pandora FMS internal email capabilities
|
||||
|
||||
mta_address localhost
|
||||
|
||||
# mta_port, this is the mail server port (default 25)
|
||||
|
||||
mta_port 25
|
||||
|
||||
# mta_user MTA User (if needed for auth, FQD or simple user, depending on your server)
|
||||
|
||||
mta_user myuser@mydomain.com
|
||||
|
||||
# mta_pass MTA Pass (if needed for auth)
|
||||
|
||||
mta_pass mypassword
|
||||
|
||||
# mta_auth MTA Auth system (if needed, it supports LOGIN, PLAIN, CRAM-MD5, DIGEST-MD)
|
||||
|
||||
mta_auth LOGIN
|
||||
|
||||
# mta_from Email address that sends the mail, by default is pandora@localhost
|
||||
# probably you need to change it to avoid problems with your antispam
|
||||
|
||||
mta_from Pandora FMS <pandora@mydomain.com>
|
||||
</pre>
|
||||
</p>
|
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/ja
|
||||
*/
|
||||
?>
|
||||
|
||||
<h1>ACL の伝播</h1>
|
||||
|
||||
ACL の伝播は、メイングループのサブグループで ACL の定義をする必要がないようにするためのものです。以下に例を示します。
|
||||
<br><br>
|
||||
次のようなグループとサブグループの階層があるとします。
|
||||
<br><br>
|
||||
<pre>
|
||||
顧客
|
||||
+ 顧客 A
|
||||
+ 顧客 B
|
||||
+ 顧客 C
|
||||
+ 顧客 D
|
||||
</pre>
|
||||
<br><br>
|
||||
オペレータが顧客グループの顧客 A,B,C および D にアクセスできるようにしたい場合は、"顧客"グループで "ACLの伝播" をクリックします。これは、"顧客" グループにアクセスできるユーザは、同様にそのサブグループにもアクセスできるという意味になります。
|
||||
|
||||
<h3>伝播とタグ</h3>
|
||||
|
||||
伝播は、タグにも対応しています。つまり、サブグループのタグにも影響します。
|
Loading…
Reference in New Issue