diff options
author | Bill Nottingham <notting@redhat.com> | 2007-04-16 21:53:51 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-04-16 21:53:51 +0000 |
commit | a107a46776fe13767574cd46c0ba8bd12d7f3bf6 (patch) | |
tree | 4d949b903ad77bea1158f789596b2504e903ad98 /sysconfig | |
parent | 38614fc96a4563f828912d1ccb17619bbf933d4b (diff) | |
download | initscripts-a107a46776fe13767574cd46c0ba8bd12d7f3bf6.tar initscripts-a107a46776fe13767574cd46c0ba8bd12d7f3bf6.tar.gz initscripts-a107a46776fe13767574cd46c0ba8bd12d7f3bf6.tar.bz2 initscripts-a107a46776fe13767574cd46c0ba8bd12d7f3bf6.tar.xz initscripts-a107a46776fe13767574cd46c0ba8bd12d7f3bf6.zip |
add netconsole init script (#235952)
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/netconsole | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysconfig/netconsole b/sysconfig/netconsole new file mode 100644 index 00000000..7b9d96e5 --- /dev/null +++ b/sysconfig/netconsole @@ -0,0 +1,20 @@ +# This is the configuration file for the netconsole service. By starting +# this service you allow a remote syslog daemon to record console output +# from this system. + +# The local port number that the netconsole module will use +# LOCALPORT=6666 + +# The ethernet device to send console messages out of (only set this if it +# can't be automatically determined) +# DEV= + +# The IP address of the remote syslog server to send messages to +# SYSLOGADDR= + +# The listening port of the remote syslog daemon +# SYSLOGPORT=514 + +# The MAC address of the remote syslog server (only set this if it can't +# be automatically determined) +# SYSLOGMACADDR= |