2011-08-29 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_snmp_alert_field1.php: Added a new help file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4833 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7ac0cd7125
commit
a610058c15
|
@ -1,3 +1,7 @@
|
|||
2011-08-29 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_snmp_alert_field1.php: Added a new help file.
|
||||
|
||||
2011-08-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/ja
|
||||
*/
|
||||
?>
|
||||
<h1>SNMPトラップ - アラートフィールドマクロ</h1>
|
||||
<p>
|
||||
|
||||
データフィールドがある場合、アラートでそれを利用する必要があります。この目的のために、特別な _snmp_f1_、_snmp_f2_ および _snmp_f3_ というマクロを利用できます。これらのマクロは、SNMP トラップアラート以外では無効です。
|
||||
|
||||
メッセージを生成するには、フィールド1に次のような設定をします。
|
||||
|
||||
Chassis Alert: _snmp_f2_ in device _snmp_f1_
|
||||
|
||||
これらのマクロは、フィールド1、フィールド2 およびフィールド3 で利用できます。
|
||||
</p>
|
Loading…
Reference in New Issue