[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <syslog>
            <host>
                <name>name</name> <!-- identifier -->
                <contents>...</contents>
                <match>match</match>
                <facility-override>facility-override-choice</facility-override>
                <log-prefix>log-prefix</log-prefix>
                <source-address>source-address</source-address>
                <explicit-priority/>
            </host>
        </syslog>
    </system>
</configuration>

Description

Host to be notified.

Contents

<contents>—No documentation is available yet.

<explicit-priority>—Include priority and facility in messages.

<facility-override>—Alternate facility for logging to remote host.

<log-prefix>—Prefix for all logging to this host.

<match>—Regular expression for lines to be logged.

<name>—Name of host to notify.

<source-address>—Use specified address as source address.


[Contents] [Prev] [Next] [Index] [Report an Error]