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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]