rsyslog
Jul 21, 2008 - 04:57 AM

Donate!
Satisfied with rsyslog?

Donate and help keep
the project alive!

Rainer's Blog

Login




 


 Log in Problems?
 New User? Sign Up!

Online
There are 17 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Topic: Announcements

The new items published under this topic are as follows.

<   12345678910111213   >

phpLogCon 2.1.0 released
Hi all,

Version 2.1.0 is the first beta version of the v2 branch. PhpLogCon has been completely rewritten from scratch. It now offers a state-of-the art modern user interface and also is able to work with log files and not just databases. For example, it can be used to view a remote server's log files over the web (proper authentication settings highly recommended).

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-7.phtml


Feedback is very appreciated.

Florian Riedl


Posted by  friedl  on  Thursday, April 24, 2008 770
 Send this story to someone Printer-friendly page 

rsyslog 3.16.0 released
Hi all,

I have just released rsyslog 3.16.0, a v3-stable release. This release brings a major new feature, RELP support, to the stable branch. RELP enables lossless transmission of syslog messages, in cases where even plain tcp syslog fails. Other than that, the release contains a few bugfixes.

Users of the v3-stable branch are advised to update to the new release.

Download:

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-99.phtml

Changelog:

http://www.rsyslog.com/Article215.phtml


Florian Riedl


Posted by  friedl  on  Thursday, April 24, 2008 679
 Send this story to someone Printer-friendly page 

rsyslog 3.17.1 released
Hi all:

Rsyslog 3.17.1 has just been released. The primary new feature is full BSD platform support. Rsyslog now not only compiles cleanly on BSD, but also now supports BSD's kernel log natively. In general, kernel logging has been improved and better documented. High-precision timestamps for the kernel log have been enabled. There are also some minor other enhancements as well as a couple of bug fixes. Rsyslog 3.17.1 is a recommended update for all users of the devel branch.

Changelog:

http://www.rsyslog.com/Article213.phtml

Download:

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-98.phtml

As always, feedback is appreciated.

Rainer


Posted by  friedl  on  Tuesday, April 15, 2008 668
 Send this story to someone Printer-friendly page 

rsyslog v3-stable/3.14.2 released
Hi all,

I have just released 3.14.2, an update to v3-stable. It is a purely bug-fixing release. Most importantly, it fixes a problem that caused imklog not to pull module symbols correctly from recent kernels. Also, a segfault caused by using expression-based filters is fixed. There are also some other fixes, see ChangeLog for details. This is a recommended update for all v3-stable branch users.

Changelog:

http://www.rsyslog.com/Article209.phtml

Download (now pointing to the info page so that you see the md5sum ;)):

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-96.phtml

I hope this release is useful. As always, feedback is appreciated.

Rainer


Posted by  friedl  on  Friday, April 11, 2008 797
 Send this story to someone Printer-friendly page 

rsyslog 3.15.1 released
Hi all,

rsyslog 3.15.1 has been released. This is a refresh of the beta branch, providing new bug fixes. The beta branch currently features the RELP protocol and will be the next v3-stable once it has sufficiently matured.

Changelog:

http://www.rsyslog.com/Article210.phtml

Download:

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-97.phtml


As always, feedback is appreaciated.

Florian Riedl


Posted by  friedl  on  Friday, April 11, 2008 693
 Send this story to someone Printer-friendly page 

rsyslog 3.17.0 released
Hi all,

rsyslog 3.17.0 has just been released. It is part of the development branch. The primary new feature is the ability to send email alerts based on syslog or file data. The action engine now has the ability to carry out an action only once within a configured interval and/or only during specific time frames. Option processing has been improved and a number of stability updates have been included. This is a recommended update for all users of the development version.

More information on the major new feature can be found here:

http://www.rsyslog.com/doc-ommail.html

The following is a sample code snippet that alerts the operator when disk problems are detected:

$ModLoad ommail
$ActionMailSMTPServer mail.example.net
$ActionMailFrom rsyslog@example.net
$ActionMailTo operator@example.net
$template mailSubject,"disk problem on %hostname%"
$template mailBody,"RSYSLOG Alert\r\nmsg='%msg%'"
$ActionMailSubject mailSubject
# make sure we receive a mail only once in six
# hours (21,600 seconds ;))
$ActionExecOnlyOnceEveryInterval 21600
# the if ... then ... mailBody mus be on one line!
if $msg contains 'hard disk fatal failure' then :ommail:;mailBody

Note that we now have the ability to limit an action to be executed only once inside a specific period. In the above sample, the email alert happens only if there was no other such alert within the past 6 hours - this is absolutely vital to prevent an accidental DoS on your mailbox ;) ... but it may also be handy with other actions (e.g. SNMP trap notification etc etc). It's implemented at the action engine level, so it will work with any action, even file or database writes.

Change Log:

http://www.rsyslog.com/Article207.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-95.phtml

I would be most interested in feedback on the new email feature, including clever use cases. I am sure it can be quite useful (especially if you think about imfile...), but would really appreciate to hear from you (and prove this in practice)!

Thanks,
Rainer Gerhards


Posted by  friedl  on  Wednesday, April 09, 2008 735
 Send this story to someone Printer-friendly page 

First rsyslog v3 stable released - 3.14.1
Hi all,

I am glad to finally announce rsyslog 3.14.1, the first version of the v3 stable branch.

This version offers almost all features of the current development version to those in need of a stable branch. Among others, this includes support for multiple database backends, queued and offline operations, SNMP and text file support. It is a big step compared to the v2 stable branch. Users are advised to check the compatibility notes before the update. It's not strictly necessary, but will enable to use rsyslog in the most efficient and problem-free way.

Please note that development continues inside the v3 branch. The v3 stable branch will see future feature enhancements after they have sufficiently matured. The v2 stable branch is still supported. It is quite featureless (compared to v3) but extremely solid. So if you are (or need to be) ultra-conservative, you can still take the v2 route. Feature-wise v2 is a dead end and only bug fixes will be provided.

The general recommendation is that the v3 stable branch be used for regular production machines. The Fedora project will feature rsyslog v3 stable in its upcoming release 9.

Please note that I made a mistake two days ago: I accidently released 3.14.0 to the web, without it being actually ready. For this reason, I have renamed the release to 3.14.1. There will never be an official 3.14.0 release. If you happen to have it downloaded and installed, please accept my apologies. You should get 3.14.1 whenever you are ready.

Change Log:

http://www.rsyslog.com/Article205.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-94.phtml

I hope this release is useful. As always, feedback is appreciated.

Best regards,
Rainer Gerhards


Posted by  rgerhards  on  Friday, April 04, 2008 729
 Send this story to someone Printer-friendly page 

rsyslog 3.15.0 released
Hi all,

yes, I know it's April, 1st. But this release is not related to it ;)

I have just released rsyslog 3.15.0, the release that finally provides initial RELP support. RELP provides superior reliability over plain tcp syslog, ensuring that no messages are lost. With plain TCP, this can happen if the remote server goes down. RELP protects from this by utilizing a full-duplex protocol where each message is acknowledged. RELP should also be safe to use with stunnel, where plain tcp syslog sometimes gets into trouble.

The core RELP protocol support is NOT part of rsyslog. It comes in the form of librelp, available at http://www.librelp.com . You need to install librelp before you try to compile rsyslog with RELP support. That should be fairly simple.

If you run into any troubles, please let me know - I am more than happy to help. I plan to do some more in-depth doc on the use cases soon.

Change Log:

http://www.rsyslog.com/Article203.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-93.phtml

I hope this release is useful. Feedback is appreciated.

Rainer


Posted by  rgerhards  on  Wednesday, April 02, 2008 697
 Send this story to someone Printer-friendly page 

rsyslog 3.13.0-dev0 released
Hi all,

I have just release rsyslog 3.13.0-dev0, which will hopefully become the next stable release by mid-week.

It fixes two bugs, one is a potential segfault in the syslog/plain tcp receiver. The other one is removal of some debug instrumentation that accidently made it into 3.12.5. There is also a new ./configure option (--enable/disable-rsyslogd) which permits to build just specific plugins without the main binary. This has been added to support source-based packaging systems (like in FreeBSD). This is also a test for one potential new versioning scheme.

3.13.0-dev0 is recommended for all v3 branch users. Feedback on it is highly appreciated.

Changelog:

http://www.rsyslog.com/Article201.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-92.phtml



Florian Riedl


Posted by  friedl  on  Monday, March 31, 2008 638
 Send this story to someone Printer-friendly page 

rsyslog 3.12.5 released
Hi All,

rsyslog 3.12.5 has just been released. It is mostly a bug-fixing and cleanup release. Some changed defaults make it easier to use advanced features. For example, high-precision timestamps are now enabled by default when writing log files and "last message repeated n times" processing, a typical trouble spot, is turned off by default. The documentation has been improved and the v2-backward compatibility layer has been completed. This version is a candidate to become the next stable release.

Changelog:

http://www.rsyslog.com/Article199.phtml

Download:

http://www.rsyslog.com/Downloads-req-getit-lid-91.phtml

I suggest to (re-) read ./doc/v3compatibility.html, which also talks about the new defaults. Also available online at:

http://www.rsyslog.com/doc-v3compatibility.html

Feedback on this release is appreciated. I hope it will be useful.

Rainer


Posted by  rgerhards  on  Friday, March 28, 2008 638
 Send this story to someone Printer-friendly page 

<   12345678910111213   >

 Search
 
Google

 Last Forum Posts
 · Can't install rsyslog on CentOS 3: [lmne ...
I can't install rsyslog on CentOS 3, it gives this error, I tried ...
· log to database
Hello,i start new with rsyslog and log to a database(postgresql)T ...
· Re: Logging to file based on message tag ...
Yes, definitely, but I think you are missing a "then&amp ...
· Re: Logging to file based on message tag ...
Morning Rainer,Thanks for your response! =) Here is an excerpt f ...
· Re: Logging to file based on message tag ...
I assume the tag is actually what is present in %syslogtag%. If s ...

 Top Contributors
 
Contributor Contribs
varmojfekoj 7
Michael Biebl 2
Michel Biebl 1
Peter Vrabec 1



:: Syndication: ::
Page created in 0.152947902679 seconds.