* extensions/api_checker.php: a tiny extension to make more easy
the checks in the api, it is a early version but works.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8590 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.main.php
godmode/reporting/reporting_builder.php: Added the report
group to the group combo in the main edition screen of this
report when the user hasnt permissions on this groups but
this report have special permissions to edit by this group
bug: #2362
Fix a header layout in reports edit view when only have permission
to edit extrapermission reports
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8589 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_networkmap.php,
operation/agentes/networkmap.dinamic.php: added the tooltips and
only it needs reorganize the code.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8583 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/javascript/d3.v3.js: removed some changes.
* include/functions_networkmap.php,
operation/agentes/networkmap.dinamic.php,
operation/agentes/networkmap.php: first version of dinamic view
for networkmap. It needs implement tooltip and of course fix
the new bugs.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8579 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/alerts/configure_alert_template.php: Fix alert
template hint javascript problem for bug #2357
* godmode/massive/massive_edit_modules.php: Change
help tip to clarify user experience
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8578 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions.php: Modified function get_user_language
. if it's called from metaconsole then user lang can be
updated (support for external hashed call to Pandora).
2013-07-25 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* include/functions.php: Modified function get_user_language
. if it's called from metaconsole then user lang can be
updated (support for external hashed call to Pandora).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8577 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/constants.php: Move policy constants from
functions_policy to constants file
* godmode/massive/massive_edit_modules.php: Change the
values of link/unlink in massive modules to pending to
link/unlink. Its the correct way of do it
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8576 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/NetworkServer.pm: Fixed some parentheses that prevented
remote_snmp_string modules from working.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8574 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/massive/massive_operations.php
godmode/massive/massive_edit_modules.php: Added category
and link/unkink module from policy in massive modules edition
for bug #2341 and feature request #293
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8573 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: Search for sub-strings when matching an OID
within an SNMP alert. Regular expressions should not be necessary and
this avoids having to escape dots inside the OID. Added a couple of new
SNMP macros.
* lib/PandoraFMS/Tools.pm: Added a function to check for valid regular expressions.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8568 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_visual_map.php
include/functions_agents.php
include/functions_modules.php
include/functions_reporting.php
include/constants.php
operation/agentes/status_monitor.php
operation/agentes/estado_agente.php
operation/agentes/estado_monitores.php
mobile/operation/agents.php
mobile/operation/modules.php
godmode/agentes/module_manager.php: Fix typo
errors on few constants
* operation/tree.php: Fix status check for
async not init modules to set the status in
modules branch of tree view. Now it depends on
the server
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8564 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_modules.php
include/functions_reporting.php
operation/agentes/estado_monitores.php
operation/search_agents.php: Fixed several errors on
module status counts for bug #2338
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8563 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_reporting.php: Few improvements
of monitor item and top n item on the reports for
bug #2331
* godmode/users/user_list.php: Change the default
order of the user list to user id, and hide the
useless first and second name from the view
(this data is not editable)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8559 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_network.php,
include/javascript/pandora_snmp_browser.js,
include/functions_snmp_browser.php,
operation/snmpconsole/snmp_browser.php: Added SNMP version support to
the SNMP browser.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8556 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_graph.php, include/functions_reports.php,
include/functions_groups.php, include/functions_incidents.php: fixed
the source code style.
* include/javascript/d3.v3.js: uploaded custom d3 version from
https://github.com/mdtrooper/d3 . We need to pull request to
the main branch...I love git.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8555 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_ui.php
include/functions_treeview.php: Fixed bad link on
agent info of the right side in treeview on metaconsole.
And added access to node check to this link.
For bug #2312
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8554 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/help/en/help_module_interval_factor.php
include/help/es/help_module_interval_factor.php
godmode/agentes/module_manager_editor_common.php: Change the
input field of module interval on data modules form by
a non editable info and improve the help explaining deeply the
way of change the interval and how to do it. For bug #2308
* images/cancel.png
godmode/massive/massive_operations.php: Add missed icon
and change another one
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8551 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_agents.php: Add check to avoid SQL
errors when retrieve alerts and the user profiles
are not properly configurated for bug #2349
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8545 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/reporting/reporting_viewer.php
images/report_list.png
godmode/events/event_edit_filter.php
godmode/reporting/reporting_builder.php: Fix the manage
tabs wich appeared in the view report section even when
the user hasnt RW permissions for bug #2347
Added some new buttons and icon to make more usable the
reports section
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8544 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_users.php
include/functions_groups.php
operation/events/events_list.php: Fixed the visibility
of the users in the events view filter. Now the user
can only filter by the users of the groups where the
user belongs
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8539 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/menu.php
operation/events/events_rss.php
operation/events/export_csv.php
operation/events/events_list.php
operation/events/events.php
operation/events/events.build_query.php
general/shortcut_bar.php: Fixed group filter
for bug #2346 and clean a lot of events code
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8538 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/agentes/status_monitor.php
operation/agentes/alerts_status.php
godmode/alerts/configure_alert_template.php: Clean
useless ACL checks. Change header string by the same
string but translated. Added to the alert templates
wizard level combo the option No Wizard to avoid
confussing
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8534 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_snmp_browser.php: Use version 2c by default. Some
OIDs may not be available for version 1 queries.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8531 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/massive/massive_delete_alerts.php: Fixed an
ajax call to retrieve the agents associated to an alert
template in massive alerts deletion for bug #2282
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8530 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_wizard.snmp_explorer.php
godmode/agentes/configurar_agente.php: Add missing
javascript to show snmp v3 options and other little
fixes and improvements
* godmode/reporting/reporting_builder.list_items.php
godmode/reporting/reporting_builder.item_editor.php
godmode/netflow/nf_edit_form.php
godmode/netflow/nf_item_list.php: Deleted homedir from sec2
in url links due old system of reuse code from metaconsole
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8529 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions.php,
include/javascript/jquery.pandora.controls.js: improved the
functions to pass the php vars to js, now it supports json.
* include/javascript/d3.v3.js: added this library for to make
beautiful things.
* include/functions_ui.php, include/graphs/fgraph.php,
include/javascript/pandora_events.js, include/javascript/pandora.js,
include/functions_treeview.php,
include/include_graph_dependencies.php,
include/functions_categories.php, include/db/postgresql.php,
include/db/oracle.php, include/db/mysql.php: cleaned source code
style.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8528 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/graphs/flot/pandora.flot.js,
include/functions_networkmap.php, include/constants.php,
include/ajax/agent.php, include/ajax/events.php: improve the
source code and remove the magic number and they changed for
constants.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8527 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* util/plugin/snmp_remote.pl: Add SNMP remote plugin to the
default plugins on Pandora FMS server
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8524 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f