DragonFly On-Line Manual Pages
IM_CLASSIC(8) DragonFly System Manager's Manual IM_CLASSIC(8)
NAME
classic output module - syslogd(8) output module for output to files,
users or other hosts (UDP)
SYNOPSIS
classic filename | user{,user} | * | @hostname
DESCRIPTION
If there is no module mentioned in a syslog.conf(5) line, om_classic(8)
is used.
filename
Appends logs to filename. Note that om_classic(8) will not
create the logfile for you.
user{,user}
Writes the log messages to the tty of the listed users.
* Writes the logs to all logged in users.
@hostname
Sends logs with UDP to the "syslog" port on hostname.
EXAMPLES
# logs to a file
*.* /var/log/all
# the same, with module syntax
*.* %classic /var/log/all
# to all logged in users
*.emerg %classic *
# to another machine by means of UDP
*.notice %classic @loghost.domain.com
# to the terminal where root is logged in.
*.alert %classic root
SEE ALSO
syslog(3), syslog.conf(5), om_mysql(8), om_peo(8), om_pgsql(8),
om_regex(8), om_tcp(8), om_udp(8), peochk(8), syslogd(8)
BUGS
* Submit bugs at this project's Sourceforge Bug reporting system at:
http://sourceforge.net/tracker/?func=add&group_id=25741&atid=385117
You may also report them directly to the authors; send an email to
core.devel.alat@corest.com, describing the problem the most you can,
containing also machine description, hardware description, the
configuration file (/usr/local/etc/syslog.conf), the OS description,
and the invoking command line. The more you describe the bug, the
faster we can fix it.
Core-SDI April 6, 2001 Core-SDI