[Resolved] Proxylizer is discontinued ?

I have read:

Note: MikroTik has discontinued the Proxylizer project, it will no longer receive updates, and technical support will not be available

is true ? :frowning:

there is an alternative ?

Tanks

any Syslog program will work as an alternative. MikroTik webproxy logs use standard format, so any program like this will work http://www.kiwisyslog.com/

There is a good syslog linux debian-based ?

Tanks

there are really many, you need to google for something like that.

Hello, I would tell you that you have available, so you can implement it and evaluate it, work called PartyLog2. It contains a frontend called Garylog and is based in rsyslog.
Just download the vm, I ride a VMWare ESX / ESXi and run.
Donwnload: http://sourceforge.net/projects/partylog2/
TurnkeyLinux Project: http://www.turnkeylinux.org/forum/general/20110616/syslog-server-appliance-request-features-rff

You access the console and edit the file /etc/rsyslog.conf
Looking for the line that says:

#Provides UDP syslog reception
#$MODLOAD imudp
#$UDPServerRun 514

To be as follows
#Provides UDP syslog reception
$MODLOAD imudp
$UDPServerRun $ 514

Save the changes and restart the service with the following command

service rsyslog restart

Finally configure the logging of Routerboard to point to the IP of PartyLog2 using port 514.

I hope it's useful.

Spanish:
Hola, quisiera contarte que tienes a disposición, para que puedas implementarlo y evaluarlo, el trabajo llamado PartyLog2.
Contiene un frontend llamado Garylog y está basado en rsyslog.
Solamente descarga la vm, lo montas en VMWare ESX/ESXi y la ejecutas.
Descarga: http://sourceforge.net/projects/partylog2/
Proyecto TurnkeyLinux: http://www.turnkeylinux.org/forum/general/20110616/syslog-server-appliance-request-features-rff

Para que comience a recibir información desde tu mikrotik, primero tienes que habilitar el puerto de escucha

Accedes a la consola y editas el archivo /etc/rsyslog.conf
Buscas la línea que dice:

provides UDP syslog reception

#$ModLoad imudp
#$UDPServerRun 514

Para que quede de la siguiente manera

provides UDP syslog reception

$ModLoad imudp
$UDPServerRun 514

Guardas los cambios y reinicias el servicio con el siguiente comando

service rsyslog restart

Por último configuras el loggin de RouterBoard para que apunte a la IP de PartyLog2 utilizando el puerto 514.

Espero que sea de utilidad.