vgilc
3c7b3c2d8b
Merge branch 'requisitos-rpm-pandora_agent-centos' into 'develop'
...
Removed IO::Socket::SSL dependency on Red Hat rpm
See merge request artica/pandorafms!877
2017-10-26 12:30:32 +02:00
vgilc
ce5b6109c4
Merge branch 'bug-paquetes-pandora-instalacion-opensuse' into 'develop'
...
Enable SystemD services and other fixes an Suse rpm
See merge request artica/pandorafms!878
2017-10-26 12:29:30 +02:00
vgilc
e88d1c979d
Merge branch 'cherry-pick-5ed0185f' into 'develop'
...
Modified unix agent to get properly os on Darwin
See merge request artica/pandorafms!823
2017-10-26 12:26:32 +02:00
vgilc
8a39b25ee0
Merge branch 'ent-1404-no-estan-funcionando-correctamente-los-watchdog-de-procesos-windows' into 'develop'
...
Added module_user_session token to module_proc on windows agent
See merge request artica/pandorafms!916
2017-10-26 11:15:29 +02:00
vgilc
1898896e96
Merge branch 'ent-1290-monitorizacion-de-windows-module_logevent' into 'develop'
...
Ent 1290 monitorizacion de windows module logevent
See merge request artica/pandorafms!975
2017-10-26 11:04:59 +02:00
artica
0a74291730
Auto-updated build strings.
2017-10-26 00:01:09 +02:00
vgilc
144bf0ef13
Merge branch 'cherry-pick-a235abb9' into 'develop'
...
Removed unwanted trace (pandora_module_service.cc)
See merge request artica/pandorafms!948
2017-10-25 09:43:40 +02:00
artica
fc81469b7c
Auto-updated build strings.
2017-10-25 00:01:09 +02:00
fermin831
854adac713
Added module_logchannel implementation to agent on module_factory
2017-10-24 13:05:31 +02:00
fermin831
7e4363b87a
Added module_pattern to module_logchannel
2017-10-24 12:56:12 +02:00
fermin831
e748fb025c
Added filter by code and event type to module_logchannel
2017-10-24 12:41:47 +02:00
fermin831
da06d78b1c
Get the log time to put the properly timestamp on XML on module_logchannel
2017-10-24 11:32:43 +02:00
artica
326b1a0828
Auto-updated build strings.
2017-10-24 00:01:10 +02:00
artica
906201a34c
Updated version and build strings.
2017-10-23 17:45:29 +02:00
fermin831
423e6f29e1
Removed unwanted trace (pandora_module_service.cc)
...
(cherry picked from commit a235abb903
)
2017-10-23 15:53:07 +02:00
fermin831
a235abb903
Removed unwanted trace (pandora_module_service.cc)
2017-10-23 15:51:58 +02:00
fermin831
68ac55e33c
Added first version of new windows module type module_logchannel
2017-10-23 10:43:12 +02:00
artica
f59c4f591c
Auto-updated build strings.
2017-10-23 00:01:07 +02:00
artica
50c0447d85
Auto-updated build strings.
2017-10-22 00:01:08 +02:00
artica
83b0e393e1
Auto-updated build strings.
2017-10-21 00:01:07 +02:00
artica
30f4162d91
Auto-updated build strings.
2017-10-20 00:01:08 +02:00
artica
038fce3346
Auto-updated build strings.
2017-10-19 00:01:08 +02:00
artica
157670c21c
Auto-updated build strings.
2017-10-18 00:01:15 +02:00
artica
fc762719c9
Auto-updated build strings.
2017-10-17 00:01:21 +02:00
artica
6c11b68d3d
Auto-updated build strings.
2017-10-16 00:01:18 +02:00
artica
606697a405
Auto-updated build strings.
2017-10-15 00:01:19 +02:00
artica
6bfc11be4a
Auto-updated build strings.
2017-10-14 00:01:20 +02:00
vgilc
4d5a129ec4
Merge branch 'configuracion-remota-en-32-bits' into 'develop'
...
Replace a 32 bit shift with two 16 bit shifts.
See merge request !875
2017-10-13 12:02:59 +02:00
artica
3fb49f294d
Auto-updated build strings.
2017-10-13 00:02:12 +02:00
artica
6bc0949942
Auto-updated build strings.
2017-10-11 00:01:25 +02:00
fermin831
60b428ac24
Added module_user_session token to module_proc on windows agent
2017-10-10 18:41:53 +02:00
artica
ec95400043
Auto-updated build strings.
2017-10-10 00:01:23 +02:00
artica
2553494696
Auto-updated build strings.
2017-10-09 00:01:22 +02:00
artica
406ceaf8d3
Auto-updated build strings.
2017-10-08 00:01:32 +02:00
artica
c1ff200f3c
Auto-updated build strings.
2017-10-06 00:01:24 +02:00
artica
9e475f5710
Auto-updated build strings.
2017-10-05 00:01:23 +02:00
vgilc
6471144cfb
Merge branch 'ent-1371-no-estan-funcionando-los-watchdog-de-servicios-windows' into 'develop'
...
Ent 1371 no estan funcionando los watchdog de servicios windows
See merge request !867
2017-10-04 13:10:09 +02:00
vgilc
a01b821c23
Merge branch 'improving-initial-performance-windows-module-logevent' into 'develop'
...
Improve performance module_logevent Windows
See merge request !855
2017-10-04 11:00:44 +02:00
artica
de8285dc27
Auto-updated build strings.
2017-10-04 00:01:23 +02:00
fermin831
485d132baa
Enable SystemD services and other fixes an Suse rpm
2017-10-03 17:56:13 +02:00
fermin831
efc984952f
Removed IO::Socket::SSL dependency on Red Hat rpm
2017-10-03 16:55:23 +02:00
Ramon Novoa
98424c20a3
Replace a 32 bit shift with two 16 bit shifts.
...
The behaviour of a 32 bit shift on a 32 bit integer is undefined.
Replace it with two 16 bit shifts to make it work on a 32 bit Perl.
Ref pandora_enterprise#1417.
2017-10-03 12:49:25 +02:00
artica
7b3a0d49f1
Auto-updated build strings.
2017-10-03 00:01:22 +02:00
artica
3188bf1b0b
Updated version and build strings.
2017-10-02 11:57:37 +02:00
artica
e9b8f01931
Auto-updated build strings.
2017-10-02 00:01:20 +02:00
artica
bc48ddc747
Auto-updated build strings.
2017-10-01 00:01:20 +02:00
artica
befb1fb196
Auto-updated build strings.
2017-09-30 00:01:23 +02:00
artica
6d7a9fd648
Auto-updated build strings.
2017-09-29 00:01:25 +02:00
fermin831
2bb62110cd
Added async polling trace
2017-09-28 17:31:54 +02:00
artica
165087d670
Auto-updated build strings.
2017-09-28 00:01:20 +02:00