Your message dated Fri, 21 Nov 2025 18:14:54 +0100
with message-id <[email protected]>
and subject line Re: rsyslog: Please provide support for syslog server
discovery using RFC 2782
has caused the Debian Bug report #489381,
regarding rsyslog: Please provide support for syslog server discovery using RFC
2782
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
489381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489381
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rsyslog
Version: 3.16.1-1
Severity: wishlist
User: [email protected]
Usertag: debian-edu
One issue with large scale deployment of Linux is the need to
configure each client. It would be easier if the clients were able to
automatically derive their configuration using network services. This
is successfully done with MS Active directory, where it uses DNS to
locate the LDAP servers, and then uses the LDAP rootDSE to figure out
the LDAP base. The DNS feature is using the mechanism described in
RFC 2782 to find servies.
It would be great if rsyslog could locate the local syslog servers
using the same mechanism. This one-liner show how the SRV record at
_syslog._udp can be used to locate the syslog servers:
syslog_servers=$(host -N 2 -t srv _syslog._udp | rev | awk '/VRS/ {print $1}'
| cut -d. -f2- | rev)
Please implement a way to enable this in rsyslog, preferably using
debconf preseeding to allow it to be set automatically at install
time.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Hi Petter!
This is an old bug report which got stale.
If you still want to see this feature implemented, please raise this
upstream at https://github.com/rsyslog/rsyslog/
I don't think there is a lot of value to keep this feature request open
downsteam, so I'm closing it now.
If you file such an upstream feature request, please let me know. In
this case, we can reopen the Debian bug report to track the progress.
Michael
On Sat, 05 Jul 2008 13:14:59 +0200 Petter Reinholdtsen <[email protected]>
wrote:
Package: rsyslog
Version: 3.16.1-1
Severity: wishlist
User: [email protected]
Usertag: debian-edu
One issue with large scale deployment of Linux is the need to
configure each client. It would be easier if the clients were able to
automatically derive their configuration using network services. This
is successfully done with MS Active directory, where it uses DNS to
locate the LDAP servers, and then uses the LDAP rootDSE to figure out
the LDAP base. The DNS feature is using the mechanism described in
RFC 2782 to find servies.
It would be great if rsyslog could locate the local syslog servers
using the same mechanism. This one-liner show how the SRV record at
_syslog._udp can be used to locate the syslog servers:
syslog_servers=$(host -N 2 -t srv _syslog._udp | rev | awk '/VRS/ {print $1}'
| cut -d. -f2- | rev)
Please implement a way to enable this in rsyslog, preferably using
debconf preseeding to allow it to be set automatically at install
time.
Happy hacking,
--
Petter Reinholdtsen
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---