artica
66f938e6cd
Auto-updated build strings.
2016-10-30 00:01:13 +02:00
artica
4a80cef774
Auto-updated build strings.
2016-10-29 00:01:23 +02:00
fbsanchez
04c27a9fd3
Updated config and tools
...
New configuration tokens and functions
added: set_file_permissions
added: configuration tokens:
user
group
umask
updates on transactional_threshold valid inputs
2016-10-28 19:22:07 +02:00
artica
0a6782198d
Auto-updated build strings.
2016-10-28 00:01:24 +02:00
fbsanchez
f4af9e1c5b
Minor fix Config.pm
...
Changed string comparison from == to eq
2016-10-27 20:26:28 +02:00
fbsanchez
2db5823746
Feature: Transactional agent flag
...
When a module Transactional subsystem status is received, the agent
turns into transactional_agent
2016-10-27 18:33:27 +02:00
Ramon Novoa
a5c9da2a56
Reset recon task progress at startup.
2016-10-27 15:31:51 +02:00
Ramon Novoa
c3b9f9bdbb
Kill child processes when the server exits.
2016-10-27 15:31:19 +02:00
m-lopez-f
f85253c5b7
Fixed error in cli
...
(cherry picked from commit aebf32bbd1
)
2016-10-27 15:25:28 +02:00
artica
aa2ce23405
Auto-updated build strings.
2016-10-27 00:01:20 +02:00
m-lopez-f
d32b81ae1b
Fixed problems with creating modules with CLI. Ticket: #4140
...
(cherry picked from commit c358f1195d
)
2016-10-26 16:58:09 +02:00
m-lopez-f
cd179a8a20
Revert "Determine eMail's Content-Type "text/html" if message has "<" and ">" at the beginning and the end."
...
This reverts commit 70f1fb159b
.
2016-10-26 13:32:57 +02:00
Ramon Novoa
72e22dfc3a
Read ff threshold related fields from XML data files.
2016-10-26 12:15:17 +02:00
artica
b62fcbe838
Auto-updated build strings.
2016-10-26 00:01:18 +02:00
artica
b3e5bf0783
Auto-updated build strings.
2016-10-25 00:01:18 +02:00
artica
64003834fa
Auto-updated build strings.
2016-10-24 00:01:15 +02:00
artica
a49bd3b3f1
Auto-updated build strings.
2016-10-23 00:01:13 +02:00
artica
a40093d364
Auto-updated build strings.
2016-10-22 00:01:19 +02:00
Arturo Gonzalez
5d34c82e2e
Added new parameters to CLI modules functions. Ticket #3911
2016-10-21 11:18:33 +02:00
artica
7e055f77f0
Auto-updated build strings.
2016-10-21 00:01:20 +02:00
Arturo Gonzalez
004299a475
Removed unused perl script. Ticket #3541
2016-10-20 15:53:04 +02:00
artica
449feab836
Auto-updated build strings.
2016-10-20 00:01:20 +02:00
Arturo Gonzalez
95e4d51e55
Added new functions and parameters to pandora cli
2016-10-19 13:48:25 +02:00
Arturo Gonzalez
be89ec1c9b
Merge branch 'develop' into feature/data_precision
2016-10-19 09:50:41 +02:00
artica
768de4eb7a
Auto-updated build strings.
2016-10-19 00:01:19 +02:00
Ramon Novoa
5af34c3a3d
Round floating point numbers to 5 decimals.
2016-10-18 10:15:23 +02:00
artica
e7d4c15a7c
Auto-updated build strings.
2016-10-18 00:01:18 +02:00
artica
8a7ffe18fd
Auto-updated build strings.
2016-10-17 00:01:13 +02:00
artica
c8f20c703f
Auto-updated build strings.
2016-10-16 00:01:12 +02:00
artica
31c7e4689f
Auto-updated build strings.
2016-10-15 00:01:22 +02:00
artica
162e084c8a
Auto-updated build strings.
2016-10-14 00:01:19 +02:00
artica
60f2544f51
Auto-updated build strings.
2016-10-13 00:01:13 +02:00
artica
8638fdadd4
Auto-updated build strings.
2016-10-12 00:01:18 +02:00
artica
6c1b567b49
Auto-updated build strings.
2016-10-11 15:53:52 +02:00
Junichi Satoh
2cb08b06b6
Added new feature to remove past special days.
2016-10-08 16:12:53 +09:00
Ramon Novoa
121c3a1af8
Prevent two agents from being each other's parents.
2016-10-06 15:21:00 +02:00
artica
54a3bdb8d8
Auto-updated build strings.
2016-10-05 00:01:19 +02:00
artica
744409c05f
Auto-updated build strings.
2016-10-04 00:01:19 +02:00
artica
7a80fa372d
Auto-updated build strings.
2016-10-03 00:01:12 +02:00
artica
77a4428aa4
Auto-updated build strings.
2016-10-02 00:01:15 +02:00
artica
3e7deff771
Auto-updated build strings.
2016-10-01 00:01:19 +02:00
artica
ba793b2f7b
Auto-updated build strings.
2016-09-30 00:01:23 +02:00
artica
44eaacf1c7
Auto-updated build strings.
2016-09-29 00:01:21 +02:00
artica
4416785e75
Auto-updated build strings.
2016-09-28 00:01:25 +02:00
Ramon Novoa
112d57df5d
Merge branch 'pullrequest#70' into develop
2016-09-27 11:50:10 +02:00
artica
9c38192340
Auto-updated build strings.
2016-09-27 00:01:21 +02:00
luzik
902036c0ec
Docker bug workaround 'Text file busy'
...
This is workaround of this docker issue https://github.com/docker/docker/issues/9547
2016-09-26 19:52:53 +02:00
artica
4820706e93
Auto-updated build strings.
2016-09-26 00:01:14 +02:00
Junichi Satoh
2b5368e8b5
Added default value (unknown) to $OS_VERSION to avoid undefined value when
...
OS type is not detected. And added $OS_VERSION support for FreeBSD.
2016-09-25 13:03:02 +09:00
artica
e08a7f2505
Auto-updated build strings.
2016-09-25 00:01:11 +02:00
artica
0fc32c31e3
Auto-updated build strings.
2016-09-24 00:01:16 +02:00
artica
474fa5da0b
Auto-updated build strings.
2016-09-23 00:01:18 +02:00
artica
3e9afb523e
Auto-updated build strings.
2016-09-22 00:02:00 +02:00
artica
3953e760b1
Auto-updated build strings.
2016-09-21 00:01:24 +02:00
artica
6b7a9f9eac
Auto-updated build strings.
2016-09-20 00:01:19 +02:00
Ramon Novoa
254a5ef1f8
Fixed some file permissions.
2016-09-19 14:14:49 +02:00
artica
b84acc2abc
Auto-updated build strings.
2016-09-19 00:01:12 +02:00
artica
0234bc51f8
Auto-updated build strings.
2016-09-18 00:01:15 +02:00
artica
e339b54a2f
Auto-updated build strings.
2016-09-17 00:01:21 +02:00
artica
80ff1653c3
Auto-updated build strings.
2016-09-16 00:01:19 +02:00
artica
a9f0632a55
Auto-updated build strings.
2016-09-15 00:01:20 +02:00
artica
15abb214ef
Auto-updated build strings.
2016-09-14 00:01:18 +02:00
Hirofumi Kosaka
70f1fb159b
Determine eMail's Content-Type "text/html" if message has "<" and ">" at the beginning and the end.
2016-09-13 19:43:02 +09:00
artica
8b87ab50bf
Auto-updated build strings.
2016-09-13 00:01:20 +02:00
Hirofumi Kosaka
b188eb6882
Avoid eMail misses new-lines of a message when non-ascii included.
2016-09-12 19:16:39 +09:00
Hirofumi Kosaka
5523735e49
Fixed a bug that pandora_db.pl had done an unnecessary repeat of 'UPDATE'.
2016-09-12 12:36:59 +09:00
artica
83e29ecb67
Auto-updated build strings.
2016-09-12 00:01:13 +02:00
artica
987812c9d3
Auto-updated build strings.
2016-09-10 00:01:14 +02:00
artica
66615561d9
Auto-updated build strings.
2016-09-09 00:01:16 +02:00
artica
2fad57dfa6
Auto-updated build strings.
2016-09-08 00:01:15 +02:00
artica
acb637cc86
Auto-updated build strings.
2016-09-07 00:01:17 +02:00
artica
12e4de906c
Auto-updated build strings.
2016-09-06 00:01:17 +02:00
fermin831
3b29928f24
Changed privileges to log folder server installer tarball
2016-09-05 13:57:32 +02:00
fermin831
1cfe7d9578
Added log to file on tentacle Server
2016-09-05 12:20:13 +02:00
artica
e434a1e9a8
Auto-updated build strings.
2016-09-05 00:01:12 +02:00
artica
7efe2d4c25
Auto-updated build strings.
2016-09-04 00:01:13 +02:00
artica
ad81b9c6b7
Auto-updated build strings.
2016-09-03 00:01:17 +02:00
artica
f49f9fd258
Auto-updated build strings.
2016-09-02 00:01:20 +02:00
Hirofumi Kosaka
bb060fe4f6
(Small Change) Fixed the CLI's mandatory param check for "--create_network_module".
2016-09-01 19:46:40 +09:00
artica
82fab282dc
Auto-updated build strings.
2016-09-01 00:01:22 +02:00
artica
88d46448ca
Auto-updated build strings.
2016-08-31 00:01:19 +02:00
artica
ff46f5c628
Auto-updated build strings.
2016-08-30 00:01:19 +02:00
artica
ab1055bb23
Auto-updated build strings.
2016-08-29 00:01:13 +02:00
artica
4b0480ae4d
Auto-updated build strings.
2016-08-28 00:01:14 +02:00
artica
c431361955
Auto-updated build strings.
2016-08-27 00:01:22 +02:00
artica
e2bc2002f4
Auto-updated build strings.
2016-08-26 00:01:17 +02:00
artica
1c8440ef7b
Auto-updated build strings.
2016-08-25 00:01:32 +02:00
artica
68dc8c6fad
Auto-updated build strings.
2016-08-24 00:01:21 +02:00
artica
791a4c307f
Auto-updated build strings.
2016-08-23 00:01:22 +02:00
daniel
2100a72c47
ticket integria: 3542 fixed token autocreate allow create modules in agent if exist
2016-08-22 12:17:07 +02:00
Hirofumi Kosaka
ef10cc9ea6
Fixed some params did not set when token/value was separated with two or more spaces.
2016-08-22 19:05:53 +09:00
artica
c3d4cafacf
Auto-updated build strings.
2016-08-22 00:01:17 +02:00
artica
68d51c9e33
Auto-updated build strings.
2016-08-21 00:01:16 +02:00
artica
ab453aa235
Auto-updated build strings.
2016-08-20 00:01:21 +02:00
artica
f3f3b6704f
Auto-updated build strings.
2016-08-19 00:01:18 +02:00
artica
dd3173ca71
Auto-updated build strings.
2016-08-18 00:01:19 +02:00
Daniel Maya
f4eaed2eba
Fixed empty values in config.pm . Ticket #3878 .
2016-08-17 09:12:45 +02:00
artica
8777d458e6
Auto-updated build strings.
2016-08-17 00:01:14 +02:00
Daniel Maya
d1627b6e04
Fixed issues with sql filter in core.pm . Ticket #3878 .
2016-08-16 12:55:44 +02:00
artica
751b05215d
Auto-updated build strings.
2016-08-16 00:01:23 +02:00