2013-04-04 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_inventory_tab.php: Updated help. * include/help/ja/help_categories.php: Added a new help file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7926 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
171f3a0171
commit
197d5bd214
|
@ -1,3 +1,9 @@
|
||||||
|
2013-04-04 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* include/help/ja/help_inventory_tab.php: Updated help.
|
||||||
|
|
||||||
|
* include/help/ja/help_categories.php: Added a new help file.
|
||||||
|
|
||||||
2013-04-03 Junichi Satoh <junichi@rworks.jp>
|
2013-04-03 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* godmode/alerts/alert_actions.php: Fixed that any groups are shown
|
* godmode/alerts/alert_actions.php: Fixed that any groups are shown
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Include/help/ja
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<h1>Pandora FMS におけるカテゴリ</h1>
|
||||||
|
|
||||||
|
カテゴリはシステム上で設定され、選択されたモジュールに割り当てられます。<br>
|
||||||
|
管理者のみが、カテゴリを作成したり編集したりできます。属するカテゴリに応じてモジュールを操作するのに利用できます。
|
|
@ -4,5 +4,13 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
インベントリは、モニタリングしているサーバのデバイスのリストを表示します。これにより、サーバの CPU、RAM、パッチ、ソフトウエアなどの情報を得ることができます。
|
インベントリは、モニタリングしているサーバのデバイスのリストを表示します。これにより、サーバの CPU、RAM、パッチ、ソフトウエアなどの情報を得ることができます。<br><br>
|
||||||
|
以下に、インベントリモジュールを追加する場合に入力するフィールドについて説明します。<br>
|
||||||
|
<ul><b>モジュール(Module):</b> 追加したいインベントリモジュールを選択します。エージェントの OS にマッチしたモジュールのみ表示されます。</ul>
|
||||||
|
<ul><b>対象(Target):</b> インベントリを取得したい対象の IP アドレスまたはサーバ名です。</ul>
|
||||||
|
<ul><b>間隔(Interval):</b> インベントリモジュールの実行間隔を選択します。</ul>
|
||||||
|
<ul><b>ユーザ名(Username):</b> インベントリモジュールを実行するユーザです。</ul>
|
||||||
|
<ul><b>パスワード(Password):</b> インベントリモジュールを実行するユーザのパスワードです。</ul>
|
||||||
|
|
||||||
|
<p>モジュールを更新した場合、"すべて更新" をクリックすると全てのモジュールに適用されます。
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue