| Revision 2990,
634 bytes
checked in by daisuke, 16 years ago
(diff) |
|
add sysconfig/netconsole
|
| Line | |
|---|
| 1 | # This is the configuration file for the netconsole service. By starting |
|---|
| 2 | # this service you allow a remote syslog daemon to record console output |
|---|
| 3 | # from this system. |
|---|
| 4 | |
|---|
| 5 | # The local port number that the netconsole module will use |
|---|
| 6 | # LOCALPORT=6666 |
|---|
| 7 | |
|---|
| 8 | # The ethernet device to send console messages out of (only set this if it |
|---|
| 9 | # can't be automatically determined) |
|---|
| 10 | # DEV= |
|---|
| 11 | |
|---|
| 12 | # The IP address of the remote syslog server to send messages to |
|---|
| 13 | # SYSLOGADDR= |
|---|
| 14 | |
|---|
| 15 | # The listening port of the remote syslog daemon |
|---|
| 16 | # SYSLOGPORT=514 |
|---|
| 17 | |
|---|
| 18 | # The MAC address of the remote syslog server (only set this if it can't |
|---|
| 19 | # be automatically determined) |
|---|
| 20 | # SYSLOGMACADDR= |
|---|
Note: See
TracBrowser
for help on using the repository browser.