From dc63e7553fdb8c55c4b724a96ed9f306bff51784 Mon Sep 17 00:00:00 2001
From: mdtrooper
Date: Thu, 7 Oct 2010 10:50:04 +0000
Subject: [PATCH] 2010-10-07 Miguel de Dios
* include/javascript/calendar.js, include/javascript/jquery.colorpicker.js:
fixed end of sentences with lost semicolons, the Eclipse IDE warned me some
this bugs.
* include/javascript/jquery.timeentry.js, include/help/en/help_wmiquery.php,
include/help/en/help_tcp_send.php, include/help/en/help_web_checks.php,
include/help/es/help_date_format.php, include/help/es/help_tcp_send.php,
include/help/es/help_agent_status.php, include/help/es/help_eventview.php,
include/help/es/help_configure_gis_map.php,
include/help/es/help_web_checks.php,
include/help/es/help_plugin_definition.php,
include/help/es/help_alert_macros.php, include/help/ja/help_wmiquery.php,
include/help/ja/help_date_format.php,
include/help/ja/help_alert-matches.php, include/help/ja/help_tcp_send.php,
include/help/ja/help_agent_status.php, include/help/ja/help_eventview.php,
include/help/ja/help_configure_gis_map.php,
include/help/ja/help_map_builder.php, include/help/ja/help_web_checks.php,
include/help/ja/help_plugin_definition.php,
include/help/ja/help_alert_macros.php,
include/help/ja/help_gis_setup_map_connection.php: cleaned html and fixed
unclose html tags in source code, the Eclipse IDE warned me some this bugs.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3363 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
pandora_console/ChangeLog | 24 +++++++++++++++
.../include/help/en/help_tcp_send.php | 11 +++----
.../include/help/en/help_web_checks.php | 10 +++----
.../include/help/en/help_wmiquery.php | 2 +-
.../include/help/es/help_agent_status.php | 18 +++++------
.../include/help/es/help_alert_macros.php | 14 ++++-----
.../help/es/help_configure_gis_map.php | 2 +-
.../include/help/es/help_date_format.php | 30 +++++++++++--------
.../include/help/es/help_eventview.php | 1 -
.../help/es/help_plugin_definition.php | 12 ++++----
.../include/help/es/help_tcp_send.php | 11 +++----
.../include/help/es/help_web_checks.php | 8 ++---
.../include/help/ja/help_agent_status.php | 18 +++++------
.../include/help/ja/help_alert-matches.php | 9 +++---
.../include/help/ja/help_alert_macros.php | 2 +-
.../help/ja/help_configure_gis_map.php | 2 +-
.../include/help/ja/help_date_format.php | 29 +++++++++++-------
.../include/help/ja/help_eventview.php | 1 -
.../help/ja/help_gis_setup_map_connection.php | 3 +-
.../include/help/ja/help_map_builder.php | 2 +-
.../help/ja/help_plugin_definition.php | 12 ++++----
.../include/help/ja/help_tcp_send.php | 11 +++----
.../include/help/ja/help_web_checks.php | 4 +--
.../include/help/ja/help_wmiquery.php | 2 +-
.../include/javascript/calendar.js | 8 ++---
.../include/javascript/jquery.colorpicker.js | 2 +-
.../include/javascript/jquery.timeentry.js | 2 +-
27 files changed, 144 insertions(+), 106 deletions(-)
diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 2765cd0f02..6ae6c699d4 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,27 @@
+2010-10-07 Miguel de Dios
+
+ * include/javascript/calendar.js, include/javascript/jquery.colorpicker.js:
+ fixed end of sentences with lost semicolons, the Eclipse IDE warned me some
+ this bugs.
+
+ * include/javascript/jquery.timeentry.js, include/help/en/help_wmiquery.php,
+ include/help/en/help_tcp_send.php, include/help/en/help_web_checks.php,
+ include/help/es/help_date_format.php, include/help/es/help_tcp_send.php,
+ include/help/es/help_agent_status.php, include/help/es/help_eventview.php,
+ include/help/es/help_configure_gis_map.php,
+ include/help/es/help_web_checks.php,
+ include/help/es/help_plugin_definition.php,
+ include/help/es/help_alert_macros.php, include/help/ja/help_wmiquery.php,
+ include/help/ja/help_date_format.php,
+ include/help/ja/help_alert-matches.php, include/help/ja/help_tcp_send.php,
+ include/help/ja/help_agent_status.php, include/help/ja/help_eventview.php,
+ include/help/ja/help_configure_gis_map.php,
+ include/help/ja/help_map_builder.php, include/help/ja/help_web_checks.php,
+ include/help/ja/help_plugin_definition.php,
+ include/help/ja/help_alert_macros.php,
+ include/help/ja/help_gis_setup_map_connection.php: cleaned html and fixed
+ unclose html tags in source code, the Eclipse IDE warned me some this bugs.
+
2010-10-07 Miguel de Dios
* include/calendar.js, include/FusionCharts/FusionCharts.js: fixed end of
diff --git a/pandora_console/include/help/en/help_tcp_send.php b/pandora_console/include/help/en/help_tcp_send.php
index 33b48920da..ea44e5e276 100644
--- a/pandora_console/include/help/en/help_tcp_send.php
+++ b/pandora_console/include/help/en/help_tcp_send.php
@@ -50,27 +50,28 @@ SSH-2.0|Protocol mismatch
Example #3. Checking a SMTP service
-This is sample SMTP conversation:
+This is sample SMTP conversation:
R: 220 mail.supersmtp.com Blah blah blah
S: HELO myhostname.com
R: 250 myhostname.com
-S: MAIL FROM:
+S: MAIL FROM: <pepito@myhostname.com>
R: 250 OK
-S: RCPT TO:
+S: RCPT TO: <Jones@supersmtp.com>
R: 250 OK
S: DATA
-R: 354 Start mail input; end with .
+R: 354 Start mail input; end with <CRLF>.<CRLF>
S: .......your mail here........
S: .
R: 250 OK
S: QUIT
R: 221 mail.supersmtp.com Service closing blah blah blah
+
So if you want to check the first steps of conversation, the fields will be:
-TCP SEND : HELLO myhostname.com^M|MAIL FROM: ^M| RCPT TO: ^M
+TCP SEND : HELLO myhostname.com^M|MAIL FROM: <pepito@myhostname.com>^M| RCPT TO: <Jones@supersmtp.com>^M
+
\ No newline at end of file
diff --git a/pandora_console/include/help/en/help_wmiquery.php b/pandora_console/include/help/en/help_wmiquery.php
index fa7fc04075..53122c722d 100644
--- a/pandora_console/include/help/en/help_wmiquery.php
+++ b/pandora_console/include/help/en/help_wmiquery.php
@@ -7,7 +7,7 @@
Any valid WQL query. According to Microsoft, the WMI Query Language (WQL) is a subset of standard American National Standards Institute Structured Query Language (ANSI SQL) with minor semantic changes to support WMI.
-
+
Example: SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0"
\ No newline at end of file
diff --git a/pandora_console/include/help/es/help_agent_status.php b/pandora_console/include/help/es/help_agent_status.php
index 010049bfb8..385c3b0127 100644
--- a/pandora_console/include/help/es/help_agent_status.php
+++ b/pandora_console/include/help/es/help_agent_status.php
@@ -23,14 +23,14 @@ Los valores posibles del estado de un agente son:
-
Al menos un monitor falla
-
Cambia entre el estado Verde/Rojo
-
Todos los monitores están OK
+
Al menos un monitor falla
+
Cambia entre el estado Verde/Rojo
+
Todos los monitores están OK
-
Agente sin monitores
-
Agente sin datos
-
Agente caído
+
Agente sin monitores
+
Agente sin datos
+
Agente caído
@@ -40,9 +40,9 @@ Los valores posibles del estado de alerta son:
@@ -18,16 +19,15 @@ Las siguientes macros están disponibles:
_alert_description_: Descripción de la alerta.
_alert_threshold_: Umbral de la alerta.
_alert_times_fired_: Número de veces que se ha disparado la alerta.
-
_module_: Nombre del módulo
-
_moduledescription_: Descripcion del modulo.
-
_alert_name_: Nombre de la alerta.
-
_alert_priority_: Prioridad de la alerta.
-
_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
-
_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.
+
_module_: Nombre del módulo
+
_moduledescription_: Descripcion del modulo.
+
_alert_name_: Nombre de la alerta.
+
_alert_priority_: Prioridad de la alerta.
+
_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
+
_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.
-
Ejemplo: Error en el agente _agent_: _alert_description_
diff --git a/pandora_console/include/help/es/help_configure_gis_map.php b/pandora_console/include/help/es/help_configure_gis_map.php
index 10c6927820..68c18bde03 100644
--- a/pandora_console/include/help/es/help_configure_gis_map.php
+++ b/pandora_console/include/help/es/help_configure_gis_map.php
@@ -15,7 +15,7 @@ Cada mapa tiene un nombre descriptivo que se utiliza para reconocer el mapa dent
Seleccionar Conexiones
-El primer paso es seleccionar la principal conexión empleada en este Mapa GIS. Al menos una conexión debe ser seleccionada para configurar el MAPA GIS, pero es posible añadir más presionando el icono(Add)
+El primer paso es seleccionar la principal conexión empleada en este Mapa GIS. Al menos una conexión debe ser seleccionada para configurar el MAPA GIS, pero es posible añadir más presionando el icono(Add)
-Este es un ejemplo de una conversacion SMTP:
+Este es un ejemplo de una conversacion SMTP:
R: 220 mail.supersmtp.com Bla bla bla
S: HELO myhostname.com
R: 250 myhostname.com
-S: MAIL FROM:
+S: MAIL FROM: <pepito@myhostname.com>
R: 250 OK
-S: RCPT TO:
+S: RCPT TO: <Jones@supersmtp.com>
R: 250 OK
S: DATA
-R: 354 Start mail input; end with .
+R: 354 Start mail input; end with <CRLF>.<CRLF>
S: .......aquí su correo-e........
S: .
R: 250 OK
S: QUIT
R: 221 mail.supersmtp.com Service closing bla bla bla
+
De tal forma que si quiere comprar los primeros pasos de la conversación, los campos deberían ser:
-TCP SEND : HELO myhostname.com^M|MAIL FROM: ^M| RCPT TO: ^M
+TCP SEND : HELO myhostname.com^M|MAIL FROM: <pepito@myhostname.com>^M| RCPT TO: <Jones@supersmtp.com>^M
TCP SEND : 250|250|250
diff --git a/pandora_console/include/help/es/help_web_checks.php b/pandora_console/include/help/es/help_web_checks.php
index 70fe05af1e..fef95021e1 100644
--- a/pandora_console/include/help/es/help_web_checks.php
+++ b/pandora_console/include/help/es/help_web_checks.php
@@ -10,7 +10,8 @@ La monitorización WEB avanzada es una funcionalidad que realiza el Servidor WEB
Este es un ejemplo del modulo Webcheck de GOLIAT:
-
+
+
-
+
\ No newline at end of file
diff --git a/pandora_console/include/help/ja/help_agent_status.php b/pandora_console/include/help/ja/help_agent_status.php
index 998e252f1a..eff4dfac61 100644
--- a/pandora_console/include/help/ja/help_agent_status.php
+++ b/pandora_console/include/help/ja/help_agent_status.php
@@ -10,20 +10,20 @@
\ No newline at end of file
diff --git a/pandora_console/include/help/ja/help_eventview.php b/pandora_console/include/help/ja/help_eventview.php
index 48e1ed1c4f..db5d87b6c7 100644
--- a/pandora_console/include/help/ja/help_eventview.php
+++ b/pandora_console/include/help/ja/help_eventview.php
@@ -31,4 +31,3 @@
R: 220 mail.supersmtp.com Blah blah blah
S: HELO myhostname.com
R: 250 myhostname.com
-S: MAIL FROM:
+S: MAIL FROM: <pepito@myhostname.com>
R: 250 OK
-S: RCPT TO:
+S: RCPT TO: <Jones@supersmtp.com>
R: 250 OK
S: DATA
-R: 354 Start mail input; end with .
+R: 354 Start mail input; end with <CRLF>.<CRLF>
S: .......your mail here........
S: .
R: 250 OK
S: QUIT
R: 221 mail.supersmtp.com Service closing blah blah blah
+
最初の通信ステップをチェックしたい場合、各フィールドへ設定する値は次のようになります。
-「TCP 送信文字列」: HELLO myhostname.com^M|MAIL FROM: ^M| RCPT TO: ^M
+「TCP 送信文字列」: HELLO myhostname.com^M|MAIL FROM: <pepito@myhostname.com>^M| RCPT TO: <Jones@supersmtp.com>^M
例: SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0"
diff --git a/pandora_console/include/javascript/calendar.js b/pandora_console/include/javascript/calendar.js
index f3f831d0cd..76fa971e2a 100644
--- a/pandora_console/include/javascript/calendar.js
+++ b/pandora_console/include/javascript/calendar.js
@@ -654,7 +654,7 @@
}
}
return result;
- }
+ };
// Add a method to left pad zeroes
@@ -663,7 +663,7 @@
{var result = '';
for (var i=0;i<(padToLength - this.length);i++) {result += '0';}
return (result + this);
- }
+ };
// Set up a closure so that any next function can be triggered
// after the calendar has been closed AND that function can take
@@ -683,7 +683,7 @@
return (args.shift()==scwTriggerEle)
?func.apply(this, args):null;
- }
+ };
};
// Set up some shortcuts
@@ -1451,7 +1451,7 @@
// The first Base Day in the year
var scwFirstBaseDay =
- new Date(scwInDateWeekBase.getFullYear(),0,1)
+ new Date(scwInDateWeekBase.getFullYear(),0,1);
scwFirstBaseDay.setDate(scwFirstBaseDay.getDate()
- scwFirstBaseDay.getDay()
diff --git a/pandora_console/include/javascript/jquery.colorpicker.js b/pandora_console/include/javascript/jquery.colorpicker.js
index 30d2b1dbab..c98d3328ea 100644
--- a/pandora_console/include/javascript/jquery.colorpicker.js
+++ b/pandora_console/include/javascript/jquery.colorpicker.js
@@ -46,5 +46,5 @@ $.colorPicker.hideColorPicker();},_generateColorPicker:function(){var colors=new
{if((i%width)==0){html+="