imsolaris: Solaris Input Module¶
Module Name: |
imsolaris |
Author: |
Purpose¶
Reads local Solaris log messages including the kernel log.
This module is specifically tailored for Solaris. Under Solaris, there is no special kernel input device. Instead, both kernel messages as well as messages emitted via syslog() are received from a single source.
This module obeys the Solaris door() mechanism to detect a running syslogd instance. As such, only one can be active at one time. If it detects another active instance at startup, the module disables itself, but rsyslog will continue to run.
Module Parameters¶
Note
Parameter names are case-insensitive.
Parameter |
Summary |
|---|---|
Specifies the Solaris log stream device imsolaris reads, defaulting to |
Caveats/Known Bugs¶
None currently known. For obvious reasons, works on Solaris, only (and compilation will most probably fail on any other platform).
Examples¶
The following sample pulls messages from the default log source
$ModLoad imsolaris
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2025 Rainer Gerhards and others. Licensed under the Apache License 2.0.