Translated.

This commit is contained in:
Junichi Satoh 2015-11-06 19:06:41 +09:00
parent 17046264dc
commit e3bc90335b
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
<?php
/*
* @package Include /help/en
* @package Include /help/ja
*/
?>
<h1>Alert SNMP position</h1>
<h1>SNMP アラート順位</h1>
<p>The alerts with a lower position are evaluated first. If several alerts match with a trap, all matched alerts with same position will be thrown. Although lower position alerts match with the trap, they will not be thrown.</p>
<p>低順位のアラートが最初に評価されます。トラップに複数のアラートがマッチした場合、同順位のマッチした全アラートが発報されます。しかし、トラップにマッチした低順位のアラートは、発報されません。
<p>As a general rule, you have to set more restrictive alerts with lower positions.</p>
<p>一般的なルールとして、低順位でアラートを制限するように設定する必要があります。</p>