Blame conf/services/kernel.conf

Packit 57988d
###########################################################################
Packit 57988d
# $Id$
Packit 57988d
###########################################################################
Packit 57988d
Packit 57988d
# You can put comments anywhere you want to.  They are effective for the
Packit 57988d
# rest of the line.
Packit 57988d
Packit 57988d
# this is in the format of <name> = <value>.  Whitespace at the beginning
Packit 57988d
# and end of the lines is removed.  Whitespace before and after the = sign
Packit 57988d
# is removed.  Everything is case *insensitive*.
Packit 57988d
Packit 57988d
# Yes = True  = On  = 1
Packit 57988d
# No  = False = Off = 0
Packit 57988d
Packit 57988d
Title = "Kernel"
Packit 57988d
Packit 57988d
# Which logfile group...
Packit 57988d
LogFile = messages
Packit 57988d
Packit 57988d
# Only give lines pertaining to the kernel service...
Packit 57988d
*OnlyService = (kernel|SUNW,[-\w]+?)
Packit 57988d
*RemoveHeaders
Packit 57988d
Packit 57988d
# Ignore segfaults and general protection faults in the listed programs
Packit 57988d
# The value is a regular expression that the executable name is matched
Packit 57988d
# against.  Separate multiple executables with |
Packit 57988d
# $ignore_faults = npviewer.bin
Packit 57988d
Packit 57988d
# Ignore Error: state manager encountered RPCSEC_GSS session expired against NFSv4 server
Packit 57988d
# messages which often occur when kerberos tickets expire
Packit 57988d
# $ignore_rpcsec_expired = Yes
Packit 57988d
Packit 57988d
# Ignore messages matching the given regex
Packit 57988d
# $kernel_ignore_messages = A TPM error \(6\) occurred
Packit 57988d
Packit 57988d
########################################################
Packit 57988d
# This was written and is maintained by:
Packit 57988d
#    Kirk Bauer <kirk@kaybee.org>
Packit 57988d
#
Packit 57988d
# Please send all comments, suggestions, bug reports,
Packit 57988d
#    etc, to kirk@kaybee.org.
Packit 57988d
########################################################
Packit 57988d
Packit 57988d
# vi: shiftwidth=3 tabstop=3 et