[Bug 195] New: syslog 3.3.6.90 stats for src. unix-dgram do not show filesystem name
https://bugzilla.balabit.com/show_bug.cgi?id=195 Summary: syslog 3.3.6.90 stats for src.unix-dgram do not show filesystem name Product: syslog-ng Version: 3.3.x Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: unspecified Component: syslog-ng AssignedTo: bazsi@balabit.hu ReportedBy: erempel@uvic.ca Type of the Report: --- Estimated Hours: 0.0 When using the syslog-ng-ctl to get statistics from syslog-ng the source stats look like; src.unix-dgram;local#1;;a;processed;2025 src.internal;local#0;;a;processed;54 src.file;local#2;/proc/kmsg;a;processed;273 for a configuration of source local { internal( tags("syslog.internal") ); unix-dgram("/dev/log" max_connections(10000) log_iw_size(1000000) ); file("/proc/kmsg" program_override("kernel") ); }; The file name of /proc/kmsg shows in the stats line for it, but the file name of /dev/log does not show in the stats line related to it. I think this is a bug and the /dev/log should show in the stats line. Evan. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=195 Gergely Nagy <algernon@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.3.7 CC| |algernon@balabit.hu AssignedTo|bazsi@balabit.hu |algernon@balabit.hu --- Comment #1 from Gergely Nagy <algernon@balabit.hu> 2012-09-07 13:08:29 --- Agreed, it should show. A quick glance at the code suggests it's not entirely trivial to do it, but doesn't seem too hard, either. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=195 Gergely Nagy <algernon@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=195 --- Comment #2 from Gergely Nagy <algernon@balabit.hu> 2012-09-07 13:37:19 --- Turns out it was easier than I thought. It's fixed on the hotfix/3.3/unix-dgram-statename branch of my git repo (link to the patch below). I have not merged it to master yet, as I'm not entirely sure that the change always works as I expect it to, so I'll ask Bazsi for a review first. Patch: https://github.com/algernon/syslog-ng/commit/4d9f9e2ea563b6b451a780da513861f... -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=195 Gergely Nagy <algernon@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution| |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Gergely Nagy <algernon@balabit.hu> 2012-09-10 14:52:47 --- Patch passed review, merged to master. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
Thank you, Olga. 2 ports per account should do it. Mike bugzilla@bugzilla.balabit.com wrote:
https://bugzilla.balabit.com/show_bug.cgi?id=195
Gergely Nagy <algernon@balabit.hu> changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution| |FIXED Status|ASSIGNED |RESOLVED
--- Comment #3 from Gergely Nagy <algernon@balabit.hu> 2012-09-10 14:52:47 --- Patch passed review, merged to master.
-- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.balabit.com/wiki/syslog-ng-faq
-- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
participants (2)
-
bugzilla@bugzilla.balabit.com
-
Mike Martin