summaryrefslogtreecommitdiffstats
path: root/plugins/imkmsg
Commit message (Collapse)AuthorAgeFilesLines
* "Fix" timestamp in imkmsg module.Milan Bartos2013-04-231-23/+23
| | | | | | | It's still 5-6 seconds late and this happens also in dmesg from util-linux. modified: plugins/imkmsg/kmsg.c
* Do not exit when messages get overwritten in the circular bufferMilan Bartos2013-03-181-0/+4
| | | | modified: plugins/imkmsg/kmsg.c
* Fix message read buffer sizeMilan Bartos2013-03-181-2/+2
| | | | modified: plugins/imkmsg/kmsg.c
* Remove unnecessary strlen() callMilan Bartos2013-03-181-1/+1
| | | | modified: plugins/imkmsg/kmsg.c
* Fix trailing '-' in kernel messages.Milan Bartos2013-03-181-0/+4
| | | | modified: plugins/imkmsg/kmsg.c
* bugfix: make rsyslog compile on kfreebsd againGuillem Jover2012-11-141-0/+2
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=380
* Remove unnecessary config options in imkmsgMilan Bartos2012-09-242-87/+2
| | | | | modified: plugins/imkmsg/imkmsg.c modified: plugins/imkmsg/kmsg.c
* Made imkmsg parse the messages instead of creating string to be parsed later.Milan Bartos2012-09-243-76/+45
| | | | | | modified: imkmsg.c modified: imkmsg.h modified: kmsg.c
* Modified comments.Milan Bartos2012-09-243-40/+21
| | | | | | modified: imkmsg.c modified: imkmsg.h modified: kmsg.c
* Added new module, imkmsg, for structured kernel logs from /dev/kmsg.Milan Bartos2012-09-244-0/+741
This is still in development, bute ready to be commited to master. modified: Makefile.am modified: configure.ac new file: plugins/imkmsg/Makefile.am new file: plugins/imkmsg/imkmsg.c new file: plugins/imkmsg/imkmsg.h new file: plugins/imkmsg/kmsg.c