> From: Brian Tierney <bltierney@lbl.gov>
> Date: May 1, 2008 6:33:09 PM CDT
> To: Alain Roy <roy@cs.wisc.edu>
> Cc: Jeff Porter <RJPorter@lbl.gov>, Dan Gunter <dkgunter@lbl.gov>
> Subject: new Sylog-ng package ready
> Reply-To: bltierney@lbl.gov
>
>
> Hi Alain:
>
> I have a new syslog-ng package ready for VDT.
>
> Its available here:
>
> pacman -get http://dsd.lbl.gov/OSG:Syslog-ng
>
> It has support for both syslog-ng 'senders' and 'receivers', and the
> assumption is that there is 1 local 'reciever' per site.
>
> To configure/start a syslog-ng sender, do this:
> $VDT_LOCATION/vdt/setup/configure_syslog_ng_sender --local-collector
> myloghost.foo.gov
> $VDT_LOCATION/vdt/setup/configure_syslog_ng_sender --add-source "/
> tmp/testfile"
> $VDT_LOCATION/vdt/setup/configure_syslog_ng_sender --server y
> vdt-control --on syslog-ng-sender
>
> To configure/start a syslog-ng receiver, do this:
>
> $VDT_LOCATION/vdt/setup/configure_syslog_ng_receiver --server y
> $VDT_LOCATION/vdt/setup/configure_syslog_ng_receiver --dir /opt/osg-
> logs
> vdt-control --on syslog-ng-receiver
>
> The new config sends nothing to the GOC. Later, once we figure out
> an appropriate filter policy, we /might/ forward a small subset of
> the logs to the GOC.
>
> This documentation also will need to be updated:
> https://twiki.grid.iu.edu/twiki/bin/view/ReleaseDocumentation/SyslogngOSG
>
> I can do that if you give me write permission to that page.
>
> Let me know if you have any questions.
>
> I would be great if this could be in the 1.0 release.
>
> Thanks!
>
> -Brian