Commit Graph

1635 Commits

Author SHA1 Message Date
Ramon Novoa 666097c434 Added modules for ifce incoming and outgoing traffic and small fixes. 2014-09-18 18:27:41 +02:00
Ramon Novoa 6034dfa5e6 Fixed the OS type detection for the uninstaller. 2014-09-18 17:03:31 +02:00
Ramon Novoa c5ee2cd954 Server tasks should be executed on the master server only. 2014-09-18 13:18:06 +02:00
Ramon Novoa 624abdf1fc Fixed a bug that made the installer crash when called without arguments. 2014-09-18 12:57:05 +02:00
artica 427bb5fe12 Auto-updated build strings. 2014-09-18 00:01:08 +02:00
Ramon Novoa 5a8840f375 Do not delete not init modules by default.
An option has been added to the Pandora FMS Console Setup to enable the
deletion of these modules.
2014-09-17 14:13:51 +02:00
Akihiro Uchida 6fa1bd78a9 Added max_log_generation config 2014-09-17 13:38:58 +09:00
artica c72ff36999 Auto-updated build strings. 2014-09-17 00:01:08 +02:00
Ramon Novoa bf779c52b3 Create an event when an agent can't be created because it can't be assigned to a group. 2014-09-16 16:58:37 +02:00
Ramon Novoa 62fd5767bd Set the default maximum log size to 1MB. 2014-09-16 16:58:37 +02:00
Ramon Novoa 8186fb1d94 Set the default verbosity level to 3. 2014-09-16 16:58:37 +02:00
Ramon Novoa 27040239f9 Print module and agent information when plugin execution fails. Fixes ticket #1293 2014-09-16 16:58:37 +02:00
Ramon Novoa 6cfd5dc5b5 Prevent inc modules from becoming unknown after a count reset. 2014-09-16 12:19:42 +02:00
artica 51cf261d72 Auto-updated build strings. 2014-09-16 09:46:20 +02:00
Ramon Novoa 51dba4f48a Removed references to the ChangeLog. 2014-09-15 11:34:30 +02:00
Ramon Novoa 8a6afbb8f3 Fixed the master server query.
The master server should only take modules from servers of the same type.
2014-09-10 18:05:33 +02:00
Ramon Novoa a7c0010ec5 Added constants for server types. 2014-09-10 18:05:33 +02:00
Alejandro Gallardo Escobar a60f20e788 Removed the ChangeLog files :D 2014-09-09 17:41:42 +02:00
Ramon Novoa e925a221ed Force nmap to use seconds as the timeout unit. 2014-09-09 13:06:42 +02:00
Ramon Novoa 0656960395 Added support for on-demand macros to the Plug-in Server. 2014-09-09 11:03:07 +02:00
Vanessa Gil 7c470bc30d Commented autocreate_group parameter in config file.
pandora_server/NetBSD/pandora_server.conf.new
2014-09-08 15:20:48 +02:00
Sancho Lerena 14c480c1a6 2014-09-08 Sancho Lerena <slerena@gmail.com>
* pandora_server_installer: Fixed problems on linux due
        bad link paths from /usr/local/bin -> /usr/bin
2014-09-08 12:49:15 +02:00
Junichi Satoh 8808685b8b 2014-09-06 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Core.pm: Fixed that unknown modules are never
	recovered when module data is received correctly in/after the
	race condition (module execution time exceeds its interval).
2014-09-06 11:16:46 +09:00
Ramon Novoa 5c2a8134cf 2014-09-03 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Tools.pm: Added basic support to log to syslog.
2014-09-04 13:02:23 +02:00
Ramon Novoa c30d468bb9 2014-09-03 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Added dynamic macros for agent custom fields.
2014-09-03 16:23:09 +02:00
Ramon Novoa 4ebe53ba66 2014-09-02 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Added support for loading complex macros on
	  demand.
2014-09-02 20:47:57 +02:00
Ramon Novoa 3837a5d1f5 2014-09-02 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Added the macros _agentcustomid_ and
	  _modulecustomid_.
2014-09-02 20:47:57 +02:00
hkosaka 7ac9f71c07 2014-08-27 Hirofumi Kosaka <kosaka@rworks.jp>
* lib/PandoraFMS/PluginServer.pm: Fixed that _plugin_param2_
	and _plugin_param2_desc_ (and so on) were not replaced with
	the corresponding values.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10460 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-27 02:36:02 +00:00
vgilc 032a2c8466 2014-08-25 Vanessa Gil <vanessa.gil@artica.es>
* util/pandora_db.pl: Fixed problem
	deleting events. Ticket #979.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10455 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-25 09:54:22 +00:00
koichirok c5250384d1 2014-08-22 Koichiro Kikuchi <koichiro@rworks.jp>
* FreeBSD/pandora_server: Fixed bug fail to start pandora_server with
	 no profile.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10446 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-22 08:29:34 +00:00
hkosaka 6eb6fed28a 2014-08-21 Hirofumi Kosaka <kosaka@rworks.jp>
* lib/PandoraFMS/Core.pm: Prevent some warnings would be
	written at pandora_server.error ("Use of uninitialized value
	in subroutine entry at ..." and "Use of uninitialized value in
	string ne at ..").

	MERGED FROM BRANCH 5.0 (rev10441).


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10442 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-21 10:52:18 +00:00
jsatoh 64cc453910 2014-08-21 Junichi Satoh <junichi@rworks.jp>
* util/pandora_manage.pl: Added an option to add an event comment.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10438 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-21 00:39:25 +00:00
ramonn 2a5aa76a9b 2014-08-18 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Copy tag names to events, not the URL.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10434 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-18 14:43:02 +00:00
alexhigh afded600f0 2014-08-18 Alejandro Gallardo <alejandro.gallardo@artica.es>
* lib/PandoraFMS/Core.pm: Added an internal action to
	create a Integria IMS incident on the function
	"pandora_execute_action". Added the function
	"pandora_create_integria_ticket".

	* util/pandora_manage.pl: Added an option to recreate
	a collection with the function "cli_recreate_collection".
	Added a call to get the Pandora FMS shared config.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10432 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-18 13:03:34 +00:00
ramonn fa38ef245f 2014-08-14 Ramon Novoa <rnovoa@artica.es>
* conf/pandora_server.conf.new: Added recon_timing_template to the
	  configuration file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10430 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 16:17:29 +00:00
ramonn 7a45b25746 2014-08-14 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Config.pm,
	  lib/PandoraFMS/ReconServer.pm: Added a separate timing template for
	  network scans, since they can be very slow.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10429 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 16:09:55 +00:00
slerena f3522a155f 2014-08-14 Sancho Lerena <slerena@artica.es>
* FreeBSD/pandora_server.conf.new,
        conf/pandora_server.conf.new,
        conf/pandora_server.conf.windows: Modified default configuration
        to avoid put all agents in the group id #2.            




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10426 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 13:08:44 +00:00
koichirok 1e12c2ef40 2014-08-14 Koichiro Kikuchi <koichiro@rworks.jp>
* pandora_server_installer: Fixed wrong chmod target.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10425 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 11:26:16 +00:00
hkosaka 434b26086c 2014-08-14 Hirofumi Kosaka <kosaka@rworks.jp>
* 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
2014-08-14 03:45:57 +00:00
koichirok aaa72b1d72 Fixed date of my latest ChangeLog entry
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10417 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 03:14:49 +00:00
koichirok 2b2dd547bc 2014-08-13 Koichiro Kikuchi <koichiro@rworks.jp>
* FreeBSD/tentacle_server: Set rcvar statically.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10416 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 03:08:19 +00:00
ramonn 4ba97a9030 2014-08-13 Ramon Novoa <rnovoa@artica.es>
* pandora_server.redhat.spec: Fixed some typos (packages were not
	  being built).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10413 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-13 12:57:31 +00:00
koichirok 9f2dca728e 2014-08-12 Koichiro Kikuchi <koichiro@rworks.jp>
* 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
2014-08-12 06:18:57 +00:00
koichirok 78d80911f5 2014-08-12 Koichiro Kikuchi <koichiro@rworks.jp>
* 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
2014-08-12 06:06:26 +00:00
jsatoh fb0ed522f2 2014-08-12 Junichi Satoh <junichi@rworks.jp>
* 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
2014-08-12 01:07:29 +00:00
hkosaka c4b7dc2557 2014-08-11 Hirofumi Kosaka <kosaka@rworks.jp>
* 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
2014-08-11 09:53:10 +00:00
ramonn 5565e19348 2014-08-07 Ramon Novoa <rnovoa@artica.es>
* 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
2014-08-07 11:50:26 +00:00
ramonn 93874598d5 2014-08-07 Ramon Novoa <rnovoa@artica.es>
* 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
2014-08-07 10:43:25 +00:00
slerena 673e93ce84 2014-08-06 Sancho Lerena <slerena@artica.es>
* 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
2014-08-06 21:21:03 +00:00
alexhigh cc0e58b47b 2014-08-06 Alejandro Gallardo <alejandro.gallardo@artica.es>
* 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
2014-08-06 18:01:48 +00:00
ramonn ded9780100 2014-08-06 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/NetworkServer.pm: Rewrote TCP module socket code for
	  sending data (tcp_send). Fixes ticket #1096.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10385 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-06 15:48:59 +00:00
hkosaka c9b396f8be 2014-08-05 Hirofumi Kosaka <kosaka@rworks.jp>
* 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
2014-08-05 07:15:52 +00:00
hkosaka a6f9efa740 2014-08-05 Hirofumi Kosaka <kosaka@rworks.jp>
* 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
2014-08-05 06:50:51 +00:00
ramonn 8e60ec9d58 2014-07-30 Ramon Novoa <rnovoa@artica.es>
* 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
2014-07-29 22:41:09 +00:00
ramonn b92d9110fe 2014-07-30 Ramon Novoa <rnovoa@artica.es>
* 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
2014-07-29 22:39:07 +00:00
ramonn 36d2981f8b 2014-07-28 Ramon Novoa <rnovoa@artica.es>
* conf/pandora_server.conf.new,
	  lib/PandoraFMS/Config.pm: Added configuration tokens to disable the
	  translation of enterprise strings and variable bindings (SNMP console).

	* lib/PandoraFMS/SNMPServer.pm: Added thread support to the SNMP console.

	* lib/PandoraFMS/DB.pm: Fixed a warning.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10359 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-28 16:24:40 +00:00
mdtrooper 1a13d4e299 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10357 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f 2014-07-25 13:16:46 +00:00
mdtrooper df64061283 2014-07-25 Miguel de Dios <miguel.dedios@artica.es>
* lib/PandoraFMS/GIS.pm, lib/PandoraFMS/DB.pm,
	lib/PandoraFMS/Core.pm, lib/PandoraFMS/ReconServer.pm,
	lib/PandoraFMS/DataServer.pm: tiny fixes for to improve the support
	of PostgreSQL.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10356 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-25 13:15:24 +00:00
jsatoh b4992dcbc5 2014-07-25 Junichi Satoh <junichi@rworks.jp>
* util/pandora_db.pl: Fixed error when 'dbengine' token is not defined
	in pandora_server.conf with enterprise installed.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10355 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-25 03:47:55 +00:00
mdtrooper f7469f47c1 2014-07-23 Miguel de Dios <miguel.dedios@artica.es>
* util/plugin/snmp_remote.pl: some fixed for the snmp v3.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10349 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-23 12:11:36 +00:00
vgilc 23a2b75bb3 2014-06-17 Vanessa Gil <vanessa.gil@artica.es>
* lib/PandoraFMS/Core.pm: Added macros
	'_alert_critical_instructions_' and
	'_alert_warning_instructions_'.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10340 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-14 07:09:16 +00:00
hkosaka c4cf0f5b79 2014-07-11 Hirofumi Kosaka <kosaka@rworks.jp>
* util/pandora_manage.pl: To handle multi-byte strings in
	command line arguments (assumes utf-8).


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10337 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-11 06:51:39 +00:00
vgilc 7a9c220779 2014-07-08 Vanessa Gil <vanessa.gil@artica.es>
* util/pandora_manage.pl: Fixed problem
	with entities.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10326 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-08 14:24:55 +00:00
vgilc 89964d42a3 2014-07-08 Vanessa Gil <vanessa.gil@artica.es>
* util/pandora_manage.pl: Fixed help screen.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10325 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-08 13:34:12 +00:00
vgilc c355bca0ef 2014-07-08 Vanessa Gil <vanessa.gil@artica.es>
* util/pandora_manage.pl
	  lib/PandoraFMS/Core.pm: Added 'create_data_module_from_local_component'
	and 'create_local_component' functions to CLI.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10324 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-08 13:24:31 +00:00
pandora-release fcd88889c9 Exported functions that were not exported.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10314 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-01 12:18:37 +00:00
pandora-release dc9aa06945 Updated version and build strings for the 5.1 release.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10313 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-30 12:37:47 +00:00
pandora-release db14e003d4 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10306 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-29 22:01:25 +00:00
pandora-release c9d9c3dd4c Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10303 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-28 22:01:19 +00:00
pandora-release c2664dcf53 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10300 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-27 22:01:37 +00:00
pandora-release a7c83f3244 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10295 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-26 22:01:24 +00:00
ramonn a3ac3bb0d8 2014-06-26 Ramon Novoa <rnovoa@artica.es>
* util/pandora_xml_stress.pl: Remove new line and carriage return
	  characters when parsing the configuration file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10290 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-26 10:11:47 +00:00
pandora-release f2d05bc443 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10287 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-25 22:01:20 +00:00
pandora-release ce8564483b Updated version and build strings for the 5.1RC2 release.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10285 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-25 14:49:43 +00:00
pandora-release 3c54c37a41 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-24 22:01:24 +00:00
ramonn 752b7a9fee 2014-06-24 Ramon Novoa <rnovoa@artica.es>
* util/recon_scripts/snmp-recon.pl: Improved host connection.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10278 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-24 13:20:19 +00:00
vgilc 6b7fb2db11 2014-06-24 Vanessa Gil <vanessa.gil@artica.es>
* util/recon_scripts/snmpdevices.pl: Deleted file.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10272 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-24 10:24:59 +00:00
pandora-release 3ec6ed5539 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10264 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-23 22:01:26 +00:00
pandora-release 001e4028eb Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10256 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-22 22:01:20 +00:00
pandora-release b954dfc23c Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10251 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-21 22:01:19 +00:00
pandora-release 86f8e3e000 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10247 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-20 22:01:18 +00:00
pandora-release 15a192920f Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10239 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-19 22:01:25 +00:00
pandora-release 2f4b551a46 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10236 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-18 22:01:26 +00:00
pandora-release d89332f25e Fixes to the Windows service.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10230 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-18 09:57:17 +00:00
pandora-release 05922c8d0e Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10226 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-17 22:01:32 +00:00
ramonn b877fbfaa6 2014-06-17 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Removed an unused module.

	* util/recon_scripts/snmp-recon.pl: Always perform a brute-force network scan.
	  Connect hosts via traceroute if no L2 information is available.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10218 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-17 11:21:51 +00:00
pandora-release fd3f648947 Updated version and build strings for the 5.1RC1 release.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10217 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-17 11:19:26 +00:00
vgilc a7621b1712 2014-06-17 Vanessa Gil <vanessa.gil@artica.es>
* lib/PandoraFMS/Core.pm: Fixed bug
	scheduling downtime.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10215 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-17 10:17:05 +00:00
hkosaka 219edcc289 2014-06-17 Hirofumi Kosaka <kosaka@rworks.jp>
* lib/PandoraFMS/PluginServer.pm: Fixed to handle plugin's
	output that includes multibyte character string.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10207 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-17 02:18:49 +00:00
pandora-release 645ba9e548 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10204 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-16 22:01:23 +00:00
pandora-release 7e7a748116 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10198 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-15 22:01:20 +00:00
jsatoh 51ee4d5d0a 2014-05-15 Junichi Satoh <junichi@rworks.jp>
* util/pandora_manage.pl: Fixed typo.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10197 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-15 03:47:27 +00:00
jsatoh 1a55948eb0 2014-05-15 Junichi Satoh <junichi@rworks.jp>
* util/pandora_manage.pl: Added support for 'each_ff' and 'ff_timeout'
	to module creation and modifying options.
	Fixed bug that 'enable_unkown_events' cannot be set by module creation
	options.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10196 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-15 02:53:41 +00:00
pandora-release 75ab570b96 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10193 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-14 22:01:20 +00:00
uchida fc761df914 2014-06-14 Akihiro Uchida <auchida@rworks.jp>
* pandora_server/pandora_server.redhat.spec: allow
	  tty-less sudo for pandora to fix failure on start
	  tentacle_serverd service in recent RHEL derivatives.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10192 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-14 14:09:49 +00:00
pandora-release 35d7736716 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10189 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-13 22:01:32 +00:00
pandora-release a6e29d516c Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10177 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-12 22:01:19 +00:00
ramonn bbfe56d0ef 2014-06-12 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Removed the keepalive semaphore, since down_force
	  is not supported in earlier versions of Thread::Semaphore. Made keep alive
	  modules work with an FF threshold.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10175 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-12 14:00:09 +00:00
pandora-release 081e1ef50d Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10168 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-11 22:01:19 +00:00
ramonn 3a1c0ee126 2014-06-11 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Prevent race conditions between keep_alive and
	  keep_alive_nd.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10166 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-11 15:20:23 +00:00
pandora-release e66967a691 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10157 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-10 22:01:30 +00:00
pandora-release 4865392b9d Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10148 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-09 23:47:10 +00:00
jsatoh d541e36372 2014-06-08 Junichi Satoh <junichi@rworks.jp>
* FreeBSD/pandora_server.conf, NetBSD/pandora_server.conf: Updated
	default settings as the same as Linux ones.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10140 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-08 00:55:21 +00:00
pandora-release 3d7ef520b2 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10135 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-07 23:39:28 +00:00
pandora-release 88333651aa Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10132 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-06 23:50:32 +00:00
pandora-release d35e1b69fb Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10122 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-05 23:51:32 +00:00
zarzuelo 3a5c5bc61c 2014-06-05 Sergio Martin <sergio.martin@artica.es>
* lib/PandoraFMS/PluginServer.pm
	lib/PandoraFMS/Core.pm: Add tags name macro to alerts and plugins.
	Add tags phones to plugins. Ticket #568



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10119 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-05 11:44:31 +00:00
pandora-release f307e0dca0 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10109 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-04 23:44:17 +00:00
mariopulido87 c71d2ffe4a 2014-06-04 Mario Pulido <mario.pulido@artica.es>
* conf/pandora_server.conf.new: Fixed bug




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10107 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-04 15:42:38 +00:00
pandora-release 93fa7920a8 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10095 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-03 23:47:49 +00:00
ramonn 62f657adc9 2014-06-03 Ramon Novoa <rnovoa@artica.es>
* util/recon_scripts/snmp-recon.pl: Create a ping module for agents that do
	  not respond to SNMP.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10093 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-03 13:46:38 +00:00
pandora-release ecca111f61 Updated version and build strings for the 5.1BETA1 version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10088 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-03 09:36:52 +00:00
jsatoh fe334c974b 2014-06-03 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Core.pm: Changed to ignore 'FF timeout' except async
	modules.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10085 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-03 04:44:31 +00:00
pandora-release 4f99dd9d92 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10082 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-02 23:45:28 +00:00
pandora-release 788169dc40 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10067 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-01 23:38:53 +00:00
pandora-release c8cb199cc2 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10063 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-31 23:40:26 +00:00
jsatoh 93ec0583c1 2014-05-31 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Core.pm: Improved 'FF threshold' to be able to define
	timeout.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10062 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-31 13:39:45 +00:00
pandora-release 7dbe6f2a85 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10058 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 23:49:14 +00:00
slerena 2efdfcf53a 2014-05-30 Sancho Lerena <slerena@artica.es>
* conf/pandora_server.conf.new: Review of default configuration file.

        * pandora_server.redhat.spec,
          pandora_server.spec,
          DEBIAN/control: Added perl telnet module as dependency.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10053 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 13:56:44 +00:00
ramonn 93c187d0b9 2014-05-30 Ramon Novoa <rnovoa@artica.es>
* conf/pandora_server.conf.new,
	  lib/PandoraFMS/Config.pm,
	  util/pandora_db.pl: Added a new option to move SNMP modules back to the
	  SNMP Enterprise Server.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10051 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 12:26:40 +00:00
ramonn 3d04ceaeb8 2014-05-30 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Config.pm
	  lib/PandoraFMS/DataServer.pm: Ignore the agent group coming from the XML
	  if autocreate_group is set.

	* util/recon_scripts/snmp-recon.pl: Changed the default value for a
	  router-less scan.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10045 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 10:01:23 +00:00
pandora-release b26a7a74f4 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10041 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-29 23:46:41 +00:00
pandora-release ce1ee31827 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10032 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-28 23:45:55 +00:00
zarzuelo 591f6410a9 2014-05-28 Sergio Martin <sergio.martin@artica.es>
* lib/PandoraFMS/ReconServer.pm: Fixed wrong order in 
	recon script parameters in the conversion from json format



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10029 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-28 14:54:02 +00:00
ramonn 490d1b603e 2014-05-28 Ramon Novoa <rnovoa@artica.es>
* bin/pandora_server,
	  lib/PandoraFMS/Config.pm: Removed getopts. Fixes a problem found by Junichi.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10027 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-28 09:37:01 +00:00
pandora-release e20cd34e6f Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10024 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 23:41:50 +00:00
ramonn e6c1085660 2014-05-27 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Tools.pm: If no logfile is defined print the message to
	  stdout.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10022 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 15:01:16 +00:00
ramonn f18d4a3cf3 2014-05-27 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Make sure critical_str and warning_str are valid
	  regular expressions.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10020 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 14:07:09 +00:00
ramonn a79f029a4a 2014-05-27 Ramon Novoa <rnovoa@artica.es>
* bin/tentacle_server: Updated to the latest version.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10017 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 12:32:38 +00:00
pandora-release 56aad9d4cf Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10010 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-26 23:43:57 +00:00
pandora-release f488a253d9 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10004 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-25 23:38:46 +00:00
jsatoh ec13cbfe49 2014-05-25 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Tools.pm: Fixed STD* file open error.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10002 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-25 06:53:00 +00:00
pandora-release 8be7eb52c6 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9998 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-24 23:38:42 +00:00
pandora-release ffdf2afe5b Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9995 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-23 23:45:40 +00:00
pandora-release 0c420e819e Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9989 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-22 23:43:18 +00:00
ramonn 0519cd424f 2014-05-22 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/NetworkServer.pm,
	  lib/PandoraFMS/NmapParser.pm,
	  lib/PandoraFMS/ReconServer.pm,
	  lib/PandoraFMS/SNMPServer.pm,
	  lib/PandoraFMS/Tools.pm,
	  lib/PandoraFMS/Traceroute.pm,
	  lib/PandoraFMS/WMIServer.pm: Fixes for win32.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9984 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-22 10:49:49 +00:00
pandora-release 92ba009a55 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9980 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-21 23:41:49 +00:00
jsatoh b0d269690d 2014-05-21 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Core.pm: Improved 'FF threshold' to be able to define
	each state changing.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9974 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-21 08:28:50 +00:00
pandora-release b0962cfdf8 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9969 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-20 23:45:23 +00:00
ramonn 2135f4fe72 2014-05-20 Ramon Novoa <rnovoa@artica.es>
* bin/pandora_server: Stop the service when the server crashes (win32).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9963 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-20 14:33:27 +00:00
pandora-release 22513c2aff Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9958 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-19 23:45:46 +00:00
pandora-release 26a019b224 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9951 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-18 23:38:02 +00:00
pandora-release 6ccc2fff89 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9948 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-17 23:41:17 +00:00
pandora-release 8fbde92bf5 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9943 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-16 23:43:33 +00:00
pandora-release bb0c8582a1 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9939 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-15 23:45:00 +00:00
pandora-release 15f3a2733c Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9935 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-14 23:43:45 +00:00
pandora-release ae69bfd281 Added to repository. pandora_exec binary for win32.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9930 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-14 07:58:02 +00:00
pandora-release 0cc4de5815 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9927 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-13 23:40:57 +00:00
ramonn 0ec78e231b 2014-05-13 Ramon Novoa <rnovoa@artica.es>
* bin/pandora_server: Added support to run as a native win32 service.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9924 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-13 13:34:57 +00:00
pandora-release d7bf5977e7 Auto-updated build strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9920 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-12 23:43:08 +00:00