このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |
ja:documentation:pandorafms:technical_reference:03_anexo_cli [2025/05/17 02:33] – [--create_snmp_trap] junichi | ja:documentation:pandorafms:technical_reference:03_anexo_cli [2025/05/17 02:35] (現在) – [--start_snmptrapd] junichi |
---|
==== --start_snmptrapd ==== | ==== --start_snmptrapd ==== |
| |
**Parameters:** Nothing. | **Parameters**: None. |
| |
**オプションパラメーター:** なし | **パラメータ**: なし |
| |
Starts the ''snmptrapd'' process on the traps server. In case it is already started, it terminates the service (**kill** command) and runs it again, deleting all the traps located in the exchange log (by default ''/var/log/pandora/pandora_snmptrapd.log''). | Starts the ''snmptrapd'' process in the [[:en:documentation:pandorafms:monitoring:08_snmp_traps_monitoring|SNMP traps server]]]. In case it is already started, it terminates this service (**kill** command) and executes it again, deleting all the traps located in the exchange log located by default in: |
| |
トラップサーバで ''snmptrapd'' プロセスを開始します。すでに起動している場合は、サービス停止(**kill** コマンド)後に再実行し、ログ(デフォルトは ''/var/log/pandora/pandora_snmptrapd.log'')にあるすべてのトラップを削除します。 | [[:ja:documentation:pandorafms:monitoring:08_snmp_traps_monitoring|SNMPトラップサーバ]]] 内の ''snmptrapd'' プロセスを起動します。既に起動している場合は、このサービスを終了(**kill** コマンド)し、再度実行します。これにより、デフォルトで以下の場所にあるログ内のすべてのトラップが削除されます。 |
| |
**Example:** | <file> |
| /var/log/pandora/pandora_snmptrapd.log |
| |
**実行例:** | </file> |
| |
<code> | **Example (see [[#ks1|call]] and [[#ks1_1|syntax]])**: |
| |
| **例([[#ks1|呼び出し]]と[[#ks1_1|書式]]を参照)**: |
| |
| <code bash> |
pandora_manage /etc/pandora/pandora_server.conf --start_snmptrapd | pandora_manage /etc/pandora/pandora_server.conf --start_snmptrapd |
| |