pandorafms/pandora_console/include/help/es/help_wmiquery.php

6 lines
356 B
PHP
Raw Normal View History

2009-01-22 Jorge Gonzalez <jorgegonz@svn.gnome.org> * include/help/en/help_wmiquery.php, include/help/en/help_map_builder.php, include/help/en/help_postprocess.php, include/help/en/help_date_format.php, include/help/en/help_prediction_source_module.php, include/help/en/help_planned_downtime.php, include/help/en/help_recontask.php, include/help/en/help_alerts.php, include/help/en/help_tcp_send.php, include/help/en/help_manage_alerts.php, include/help/en/help_plugin_definition.php, include/help/en/help_manageconfig.php, include/help/es/help_map_builder.php, include/help/es/help_network_component.php, include/help/es/help_module_definition.php: Modified HTML tags, fixed typos. * include/help/es/help_plugin_parameters.php, include/help/es/help_alert_validation.php, include/help/es/help_snmpcommunity.php, include/help/es/help_wmiquery.php, include/help/es/help_postprocess.php, include/help/es/help_date_format.php, include/help/es/help_prediction_source_module.php, include/help/es/help_module_type.php, include/help/es/help_planned_downtime.php, include/help/es/help_recontask.php, include/help/es/help_alerts.php, include/help/es/help_snmpwalk.php, include/help/es/help_tcp_send.php, include/help/es/help_duplicateconfig.php, include/help/es/help_wmifield.php, include/help/es/help_manage_alerts.php, include/help/es/help_wmikey.php, include/help/es/help_plugin_definition.php, include/help/es/help_alert_type.php, include/help/es/help_snmpoid.php, include/help/es/help_wminamespace.php, include/help/es/help_manageconfig.php: Added Spanish help files. * include/languages/es.po, include/languages/es.mo: Updated Spanish translation. * include/languages/index.pot: Updated po template. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1389 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-01-22 15:00:05 +01:00
<h1>Consulta WMI</h1>
Cualquier consulta WQL válida. Según Microsot, el lenguaje de consultas WMI (WQL) es un subconjunto del estándar ANSI SQL (American National Standards Institute Structured Query Language), con mínimos cambios semánticos para soportar WMI.
<br /><br />
Ejemplo: SELECT LoadPercentage from Win32_Processor WHERE DeviceID = "CPU0"