Commit Graph

253 Commits

Author SHA1 Message Date
fermin831 4dfd000ba0 Modified events protection checking to protect secundary servers too 2017-10-11 11:05:55 +02:00
fermin831 4d27093679 Fixed down server time calculation 2017-09-18 11:50:40 +02:00
daniel 8252362879 fixed query in server 2017-07-27 09:33:52 +02:00
Ramon Novoa ce1491154e Sync the agent cache in the background.
Ref artica/pandora_enterprise#871.
2017-06-30 17:53:57 +02:00
Ramon Novoa 03b0b3cb33 Metaconsole nodes will always sync the agent cache. 2017-03-31 11:39:25 +02:00
m-lopez-f ce576441fa Not stop pandora_server service on windows when send XML PARSER error in data consumer. Gitlab: #518 2017-03-14 16:47:09 +01:00
mlopez 75e8926c11 Revert "Only stop service in windows when error not XML PARSER problems. Gitlab: #518"
This reverts commit 4dce98e2d2
2017-03-14 14:30:08 +01:00
m-lopez-f 4dce98e2d2 Only stop service in windows when error not XML PARSER problems. Gitlab: #518 2017-03-14 12:45:50 +01:00
Hirofumi Kosaka b0d8216965 Fixed a bug that non-master servers had stopped log rotation. 2017-03-07 17:58:25 +09:00
Hirofumi Kosaka c7b33abb07 Fixed a bug that non-master servers had stopped their self-monitoring. 2017-03-07 16:29:52 +09:00
Ramon Novoa 2109fcc875 Update the Tentacle clients. 2017-02-27 16:15:05 +01:00
Ramon Novoa a3ab827374 Send at least . and .. when listing files.
Tentacle does not like empty data. Make sure we always send something
when listing files.

(cherry picked from commit 43a7f75343)
2017-02-23 15:45:25 +01:00
Ramon Novoa 45d2529e38 Merge the tentacle_server with support for insecure operations. 2017-02-22 13:20:35 +01:00
Ramon Novoa c3b9f9bdbb Kill child processes when the server exits. 2016-10-27 15:31:19 +02:00
fermin831 1cfe7d9578 Added log to file on tentacle Server 2016-09-05 12:20:13 +02:00
fermin831 b0700e82dd Merged SF tentacle version 0.6.0 (Win32 does not support IPv6)
(cherry picked from commit a0e68d03a0)
2016-06-20 17:31:27 +02:00
Ramon Novoa 226c46e91d Load the Transactional Server from Enterprise.pm. 2016-06-14 12:34:20 +02:00
fbsanchez 2aac324adf Removed unexistent lib use 2016-06-14 12:24:31 +02:00
fbsanchez 32345e07d5 Introducing to Pandora FMS Transactional Server 2016-06-13 13:51:55 +02:00
fermin831 8c30cbd756 Added AUTODISABLE mode to agents Tickets #3497 2016-06-03 11:58:13 +02:00
fermin831 f397b657f1 Added new server_keepalive column to have individual keepalive TICKETS #3273 2016-03-15 16:02:27 +01:00
Ramon Novoa 36217e8b7e Merged the latest version of the Tentacle server from the SF repo.
(cherry picked from commit e44ef7ddc1)
2016-02-01 12:06:20 +01:00
m-lopez-f 2ae4568fc5 Fixed problems with fired alerts when recover this alerts, no show properly in metaconsole. Tiquet: #3111 2015-12-22 11:49:20 +01:00
Ramon Novoa 02aacb05bf Added support for warmup intervals (see the official docs for more
info).

(cherry picked from commit feac9b4263)
2015-11-13 16:29:10 +01:00
fermin831 6a709d20ef Check server remote config every keepalive time and not server_threshold 2015-10-14 19:10:16 +02:00
fermin831 18e3c4a927 Added open files to server remote config 2015-10-09 16:00:34 +02:00
Ramon Novoa ca1db98cfd Improved error logging for the Tentacle server. 2015-07-13 12:40:47 +02:00
Ramón Novoa 62cc0e2abe Merge pull request #24 from Robert-Nelson/tentacle-ssl-fix
Fix two SSL issues
2015-07-13 12:26:42 +02:00
Ramon Novoa 1c719b3bde Fixes for the metaconsole's plug-in server. 2015-06-30 16:34:07 +02:00
Robert Nelson e130b0f5f7 Print IO::Socket::SSL fatal errors during SSL setup 2015-06-05 15:21:57 -07:00
Ramon Novoa 8af3ae3fdb Updated the Tentacle server to version 0.5.0. 2015-05-28 16:56:38 +02:00
Ramon Novoa 9f69bb51db Fixed a warning. 2015-04-30 11:18:44 +02:00
Alejandro Gallardo Escobar e0165a4ab3 Merge branch 'develop' into feature/meta-agent-cache 2015-04-16 14:23:34 +02:00
Ramon Novoa 79afef8cf8 Added support for metaconsole servers. 2015-04-16 11:35:20 +02:00
Ramon Novoa 71def9a7fb Implemented an agent cache for the metaconsole. 2015-04-06 15:26:26 +02:00
Ramon Novoa 3a6f885b15 Added support for password encryption to the Pandora FMS Server. 2015-03-02 17:30:19 +01:00
Ramon Novoa 0b175b191f Force the servers out of scope before shutting down. Fixes ticket #1594. 2015-02-13 12:45:28 +01:00
Ramon Novoa b88c52ccba Added support for multiple master servers. 2015-01-13 10:56:56 +01:00
Ramon Novoa ecc7cadeb7 Updated the Tentacle server to the latest version. 2014-11-27 15:37:36 +01:00
Junichi Satoh 5a074f3c2f Copied the newest tentacle_server from the tentacled repository.
(Fixed that tcp connection is not closed when timed out or connection
refused by libwrap.)
2014-11-25 09:51:58 +09:00
Ramon Novoa 6b68c268d4 Added a token to configure the self monitoring interval. 2014-10-15 15:08:19 +02:00
Hirofumi Kosaka 844b5b93a2 Moved log rotation from inside of logger() to pandora_server's periodic tasks,
preventing warnings below at pandora_server.error;

> Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/PandoraFMS/Tools.pm line 415.

MERGED FROM pandora_5.0.
2014-09-29 19:53:15 +09:00
Ramon Novoa c43f70edfd Fixed a typo. 2014-09-22 17:06:52 +02:00
Ramon Novoa f09b1ab17c Set the self-monitoring interval to 180 seconds (ticket #1324). 2014-09-22 11:08:45 +02:00
Junichi Satoh 376bbcde81 Fixed pandora_server execution error with wrong variable. 2014-09-21 15:01:18 +09:00
Ramon Novoa f8425f0aa7 Server tasks should be executed on the master server only. 2014-09-18 13:18:06 +02:00
koichirok b4811b918b 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
pandora-release c9d5e8d794 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
Ramon Novoa 7a17f11379 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
Ramon Novoa 84277a1333 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