2013-07-22 Ramon Novoa <rnovoa@artica.es>
* include/help/es/help_field_match_snmp.php, include/help/ja/help_field_match_snmp.php, include/help/en/help_field_match_snmp.php: Updated. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8557 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4b397a5238
commit
f3287e6dfb
|
@ -1,3 +1,9 @@
|
|||
2013-07-22 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/help/es/help_field_match_snmp.php,
|
||||
include/help/ja/help_field_match_snmp.php,
|
||||
include/help/en/help_field_match_snmp.php: Updated.
|
||||
|
||||
2013-07-19 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_network.php,
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
*/
|
||||
?>
|
||||
|
||||
<h1>Custom OID/Data #1-6</h1>
|
||||
<h1>Custom OID/Data #1-10</h1>
|
||||
|
||||
<p>There are regular expressions. It is possible to use selectors in order to select a part of the regular expression that will be load in _snmp_fX_ macro. You can use these macros in FieldsX (1-10).</p>
|
||||
<p>These are regular expressions that try to match binding variables 1 to 10. If there is a match, the alert is fired. The value of the variable is stored in the corresponding _snmp_fx_ macro (_snmp_f1_, _snmp_f2_, ...). Even though only the first ten binding variables can be searched for matches, _snmp_fx_ macros are set for all of them (_snmp_f11_, _snmp_f12_, ...).</p>
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
*/
|
||||
?>
|
||||
|
||||
<h1>Custom OID/Data #1-6</h1>
|
||||
<h1>Custom OID/Data #1-10</h1>
|
||||
|
||||
<p>Son expresiones regulares. Es posible usar selectores para seleccionar parte de la expresión regular que se cargará en la macro _snmp_fX_. Puedes usar estas macros en los campos FieldX (1-10).</p>
|
||||
<p>Son expresiones regulares que intentan casar con las variables 1 a 10. Si hay un acierto, se dispara la alerta. El valor de la variable se guarda en la macro _snmp_fx_ correspondiente (_snmp_f1_, _snmp_f2_, ...). Aunque sólo se puede especificar una expresión regular para las diez primeras variables, las macros _snmp_fx_ macros están disponibles para todas ellas (_snmp_f11_, _snmp_f12_, ...).</p>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
/*
|
||||
* @package Include /help/ja
|
||||
* @package Include /help/en
|
||||
*/
|
||||
?>
|
||||
|
||||
<h1>カスタム OID/データ #1-6</h1>
|
||||
<h1>Custom OID/Data #1-10</h1>
|
||||
|
||||
<p>正規表現です。_snmp_fx_ マクロに読み込む正規表現を選択することができます。これらのマクロは、フィールド X (1 から 10) 内で利用できます。 </p>
|
||||
<p>These are regular expressions that try to match binding variables 1 to 10. If there is a match, the alert is fired. The value of the variable is stored in the corresponding _snmp_fx_ macro (_snmp_f1_, _snmp_f2_, ...). Even though only the first ten binding variables can be searched for matches, _snmp_fx_ macros are set for all of them (_snmp_f11_, _snmp_f12_, ...).</p>
|
||||
|
|
Loading…
Reference in New Issue