From 5128497c5da110afb23b2b3db122cb20afdab42c Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Sat, 30 Aug 2014 17:55:25 +0900 Subject: [PATCH] 2014-08-30 Junichi Satoh * include/help/ja/help_context_pandora_server_email.php, include/help/ja/help_propagate_acl.php: Added new help files. --- pandora_console/ChangeLog | 5 +++ .../ja/help_context_pandora_server_email.php | 38 +++++++++++++++++++ .../include/help/ja/help_propagate_acl.php | 25 ++++++++++++ 3 files changed, 68 insertions(+) create mode 100755 pandora_console/include/help/ja/help_context_pandora_server_email.php create mode 100644 pandora_console/include/help/ja/help_propagate_acl.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 880968ebdd..67dce47d5d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-08-30 Junichi Satoh + + * include/help/ja/help_context_pandora_server_email.php, + include/help/ja/help_propagate_acl.php: Added new help files. + 2014-08-27 Vanessa Gil * godmode/reporting/reporting_builder.php: Owner of a report can be delete it. diff --git a/pandora_console/include/help/ja/help_context_pandora_server_email.php b/pandora_console/include/help/ja/help_context_pandora_server_email.php new file mode 100755 index 0000000000..c811ea88b0 --- /dev/null +++ b/pandora_console/include/help/ja/help_context_pandora_server_email.php @@ -0,0 +1,38 @@ + +

email アラートのための Pandora サーバ設定

+

"Pandora サーバ設定ファイル"を編集する必要があります。通常は以下にあります。 +

+	/etc/pandora_server/pandora_server.conf
+
+次の値を設定します。 +
+# 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 
+
+

diff --git a/pandora_console/include/help/ja/help_propagate_acl.php b/pandora_console/include/help/ja/help_propagate_acl.php new file mode 100644 index 0000000000..4fd3e47170 --- /dev/null +++ b/pandora_console/include/help/ja/help_propagate_acl.php @@ -0,0 +1,25 @@ + + +

ACL の伝播

+ +ACL の伝播は、メイングループのサブグループで ACL の定義をする必要がないようにするためのものです。以下に例を示します。 +

+次のようなグループとサブグループの階層があるとします。 +

+
 
+   顧客
+     + 顧客 A
+     + 顧客 B
+     + 顧客 C
+     + 顧客 D
+
+

+オペレータが顧客グループの顧客 A,B,C および D にアクセスできるようにしたい場合は、"顧客"グループで "ACLの伝播" をクリックします。これは、"顧客" グループにアクセスできるユーザは、同様にそのサブグループにもアクセスできるという意味になります。 + +

伝播とタグ

+ +伝播は、タグにも対応しています。つまり、サブグループのタグにも影響します。