* lib/PandoraFMS/PluginServer.pm: Added new alert macros
_plugin_param1_ (,_plugin_param2_ and so on) to access to
each of plugin parameters. Also added _plugin_param1_desc_
to access to each description of plugin parameters.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10418 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* FreeBSD/pandora_agent: Small fixes: use proper rc variables,
remove obsolete function "set_rcvar" call and use "daemon" command
to start pandora_agent.
* pandora_agent_installer: Refactored implementation and added
"fakeroot" installation support.
* plugins/who.sh: Converted to bourne shell script.
* pandora_agent_daemon: Small bug fixes and refactorings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10414 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_modules.php: killed some unicorns and magic
numbers into the function "modules_get_status".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10408 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* images/clippy_icon.png, images/pandorin.png,
include/help/clippy/homepage.php, general/header.php: yes there is
a octopus another time in Pandora.
2014-08-12 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_clippy.php,
include/help/clippy/godmode_agentes_modificar_agente.php,
include/help/clippy/godmode_agentes_configurar_agente.php: fixed the
execution of help tour when never it started. Sorry the clippy is
less annoying.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10407 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandora_agent: Trim leading and trailing whitespaces from module names
(like policies and windows agents do).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10406 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb_data.sql: No more "welcome to Pandora FMS 5.0"
removed version code to allow the same text for next releases
:-)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10403 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* bin/pandora_server: Fixed issue that pandora_server failed to
shut down properly on non-Linux systems.
Merged r10335 from branch 5.0.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10402 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandora_server_installer: Refactord implementation, added
"fakeroot" installation support, small bug fixes and improvements:
fixed processing arguments, replace "test -e" with "test -f" for portability
(solaris' /bin/sh doesn't support "test -e").
* Makefile.PL: Install bin/tentacle_server if WITHOUT_TENTACLE=0 so that
MakeMaker can fix perl path in the shebang line.
* pandora_server.redhat.spec: Added missing dependency.
* FreeBSD/pandora_server.conf -> FreeBSD/pandora_server.conf.new: Renamed
* NetBSD/pandora_server.conf -> NetBSD/pandora_server.conf.new: Rename
* FreeBSD/tentacle_server: Small bug fix and improvements. Fixed
"tentacle_server_flags" and modified code to use proper variables and
to get pid more strictly.
* FreeBSD/pandora_server: Added support to start multiple pandora_server
instances.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10401 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm, lib/PandoraFMS/DataServer.pm: Fixed sql
error with MySQL 5.6 and its default sql_mode.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10400 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: Fixed modules would have ignored
ff_threshold when the module shifted from normal to critical
while its status remained unknown.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10394 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions.php,
include/help/clippy/godmode_agentes_modificar_agente.php,
include/help/clippy/homepage.php,
include/help/clippy/godmode_agentes_configurar_agente.php,
include/javascript/intro.js,
include/javascript/introjs.css,
include/javascript/clippy.js,
include/functions_ui.php,
include/functions_clippy.php,
index.php,
general/header.php: first version of the new feature a annoying
clippy such as the lovely micro$oft mascot.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10393 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* util/recon_scripts/snmp-recon.pl,
util/recon_scripts/wmi-recon.pl: Set a default value
for nmap_timing_template.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10392 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* conf/pandora_server.conf.new,
lib/PandoraFMS/Config.pm,
lib/PandoraFMS/ReconServer.pm,
util/recon_scripts/snmp-recon.pl,
util/recon_scripts/wmi-recon.pl: Added a new parameter to control how
aggressive nmap should be.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10391 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql:
Modified the decimal precision of the column "post_process"
for the table 'tagente_modulo' (Ticket #1124).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10388 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* NetBSD/pandora_server.conf,
conf/pandora_server.conf.new,
conf/pandora_server.conf.windows: New default value for icmp_retries
to have default setup more realiable but a bit slower.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10387 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/NetworkServer.pm: Little syntax fix.
* util/pandora_revent_create.pl: Changed the url encode
separator of the api call from "," to "|".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10386 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
pandoradb.sql: Fixed bug introduced in commit 9604
altering tagente_modulo.post_process double precission
making conversion from bytes to megabytes impossible
(0,00000095367432). Pending to fix also the interface for
module creation/edition which also fails. This is critical
for SP1 release :(
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10384 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* general/main_menu.php: Fixed the menu position when
it's fixed and the header's not.
* include/functions_graph.php,
include/graphs/pandora.d3.js: Added colors to the elements
depending on their status on the functions 'sunburst' and
'graph_monitor_wheel'.
* include/styles/pandora.css: Fixed the z-index of the
shortcut bar.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10382 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: Suppress "going to normal (warning,
critical)" events from "unknown" status, if you disable "Throw
unknown events" at the Console.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10380 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: Fixed that unknown modules would be
set to normal if its status is not normal, when new data
arrives but ff_threshold is greater than 0.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10378 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* general/header.php: Now the header can be configured
to be fixed at the top.
* general/main_menu.php: Now the menu can be configured
to be fixed at the left.
* godmode/setup/setup_visuals.php,
include/functions_config.php: Added new options to
enable the fixed header and menu.
* include/styles/menu.css,
include/styles/pandora.css: Changes on the menu styles.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10377 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_config.php,
include/functions_update_manager.php: some fixes into the update
manager.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10376 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* general/main_menu.php: Now the submenus opened by the
user remain opened when navigating through Pandora FMS.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10375 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/config_process.php: added global config var for the
quote strings (for example, PostgreSQL).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10374 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_ui.php: Fixed that the fast forward and the going
to the last of pagination doesn't work in the modal window for module
data display.
And fixed incorrect offset calculation for the fast forward.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10373 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/agentes/estado_monitores.php: Fixed that module data
display does not work correctly when time range mode is selected
and paginated.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10372 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_graph.php: Finished the function
"graph_monitor_wheel". This function returns a sunburst
graph representing all the group>agent>module group>module
hierarchy.
* include/functions_groups.php: Added the function
"groups_get_tree". This function returns an array representing
the group hierarchy of the passed groups array.
* include/graphs/pandora.d3.js: Improved the function
"sunburst". Now this graph can show tooltips.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10366 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/servers/manage_recontask.php,
godmode/servers/manage_recontask_form.php,
include/functions_treeview.php, include/ajax/module.php,
include/functions_reporting.php, include/db/postgresql.php,
include/functions_servers.php, operation/agentes/estado_agente.php,
operation/tree.php: tiny fixes for the improve
the support of postgreSQL databases.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10365 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* util/trap_rate.sh: Added to repository. Script to calculate the rate of
SNMP traps received by snmptrapd.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10364 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* lib/PandoraFMS/Core.pm: Set unknown modules to normal if new data
arrives but ff_threshold is greater than 0.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10362 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f