* operation/snmpconsole/snmp_view.php: Hide binding vars from the main
view (they do not fit in the table). They are translated and shown in
the detailed view.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8775 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb.sql
pandoradb.postgreSQL.sql
pandoradb.oracle.sql
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql:
Changed data type in field 'name' of 'tnetwork_component' table
to TEXT/CLOB.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8773 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/setup/setup_netflow.php: Added a help tip to the
configuration token "Daemon interval".
* include/functions_agents.php: Fixed an invalid call to
config_agents_has_remote_configuration. Remote configuration
files were not being deleted.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8767 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: Validate existing events with the same 'ID extra' instead
of treating them as a single event.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8765 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/snmpconsole/snmp_alert.php: Fixed pagination (was not working
well when a search filter was being used).
* godmode/netflow/nf_edit_form.php: Force the ID of the table (the
javascript was broken).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8763 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* win32/modules/pandora_module_logevent.cc: Write to the log file
(instead of the debug log) if Wevtapi.dll cannot be found.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8762 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_config.php: Removed some code that set
netflow_disable_custom_lvfilters to an invalid value.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8761 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* NetBSD/pandora_server.conf,
FreeBSD/pandora_server.conf,
conf/pandora_server.conf.new: Removed an unused token.
* lib/PandoraFMS/DB.pm,
lib/PandoraFMS/Core.pm: Changed the module status macro to return a
string instead of the numeric value.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8760 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* conf/pandora_server.conf.new,
lib/PandoraFMS/Config.pm,
lib/PandoraFMS/Core.pm,
bin/pandora_server: Added support for event auto-expiry and small
fixes.
* util/pandora_manage.pl: Added support for event custom data.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8753 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager.php
godmode/agentes/configurar_agente.php: Change old counts
of status by new way setting flags to be updated by
server
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8746 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_plugin.php,
include/javascript/pandora_modules.js: fixed the double apply
entities in the plugin components.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8745 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/PluginServer.pm: fixed the lost decode html
entities for the value in the macros.
* util/plugin/dummy_plugin.pl: added tiny plugin server with only
purpose to testing.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8744 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_filemanager.php: fixed PHP notice when this
file is included and there is not a upload file action.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8743 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/modificar_agente.php,
include/functions_agents.php: fixed the delete agent when sometimes
have remote config but not the enterprise.
MERGED FROM THE BRANCH PANDORA_4
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8740 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: Added support for treating events with the
same id_extra as a single event.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8738 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_groups.php, operation/agentes/group_view.php:
fixed the links (now use constants instead the magic number and
unicorns) to the filtered list of modules.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8735 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* util/pandora_revent.pl: fixed the script, now runs fine the tags
and set correclty the comment and owner user, and other fixes.
Fixes: #2386
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8734 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_ui.php: into the function "ui_pagination"
added the parameter "print_total_items" to show the total of
item in the list. It is showed althought the pagination does not.
* operation/agentes/estado_agente.php: changed to don't show the
total in the pagination block in the bottom.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8732 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/tree.php, include/functions_treeview.php: improved the
source code style.
* operation/search_agents.getdata.php: added to search for the
main address of agent.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8729 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* util/pandora_xml_stress.pl: fixed perl warning and set the default
temp directory correctly.
* util/pandora_xml_stress.conf: added lost parameters
"directory_confs" and "directory_temp".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8725 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_manager.php: set the first default server
when create a new agent.
MERGED FROM THE BRANCH 4.0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8719 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/agentes/estado_generalagente.php: show a warning
message when the agent has not a assigned server.
* operation/agentes/ver_agente.php: some changes for to make more
easy the merge with the trunk.
MERGED FROM THE TRUNK.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8718 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: into the function "pandora_module_unknown"
now checks if the module have disable unknown events.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8714 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor.php,
include/javascript/pandora_modules.js: implemented the disabled
unknown events for local modules.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8704 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb.postgreSQL.sql, pandoradb.oracle.sql,
godmode/agentes/module_manager_editor.php,
godmode/agentes/module_manager_editor_common.php,
godmode/agentes/configurar_agente.php,
godmode/massive/massive_edit_modules.php,
godmode/modules/manage_network_components_form_common.php,
godmode/modules/manage_network_components.php,
include/functions_events.php, include/functions.php,
include/javascript/pandora_modules.js,
include/functions_network_components.php,
include/functions_modules.php, include/constants.php, pandoradb.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql: first version of
disabled unknown events for modules, now it is implemented in
modules, massive operations and components, but it is necesary in
local component, policy, api, cli, pandora server and recond task.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8701 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* index.php, include/javascript/pandora.js: fixed code style.
* godmode/massive/massive_edit_modules.php: fixed the javascript
that showed some rows before to select modules to edit.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8699 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb.data.postgreSQL.sql, pandoradb.data.oracle.sql,
pandoradb_data.sql: fixed the id_alert_command for restart the
agent set 11 (before it was 10).
2013-08-26 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/lib/xmlrpc/xmlrpc.inc: fixed the timeout
for to check packages of pandora update manager.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8697 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f