From a107a46776fe13767574cd46c0ba8bd12d7f3bf6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 16 Apr 2007 21:53:51 +0000 Subject: add netconsole init script (#235952) --- sysconfig/netconsole | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sysconfig/netconsole (limited to 'sysconfig/netconsole') 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= -- cgit v1.2.1