Changeset 1853 for trunk/server
- Timestamp:
- May 6, 2011, 8:19:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/nagios/check_kern_taint
r1852 r1853 12 12 # Letters are as follows: 13 13 # (As quoted from http://lxr.linux.no/#linux+v2.6.38/kernel/panic.c#L181) 14 # 181* print_tainted - return a string to represent the kernel taint state.15 # 182*16 # 183* 'P' - Proprietary module has been loaded.17 # 184* 'F' - Module has been forcibly loaded.18 # 185* 'S' - SMP with CPUs not designed for SMP.19 # 186* 'R' - User forced a module unload.20 # 187* 'M' - System experienced a machine check exception.21 # 188* 'B' - System has hit bad_page.22 # 189* 'U' - Userspace-defined naughtiness.23 # 190* 'D' - Kernel has oopsed before24 # 191* 'A' - ACPI table overridden.25 # 192* 'W' - Taint on warning.26 # 193* 'C' - modules from drivers/staging are loaded.27 # 194* 'I' - Working around severe firmware bug.28 # 195*14 # * print_tainted - return a string to represent the kernel taint state. 15 # * 16 # * 'P' - Proprietary module has been loaded. 17 # * 'F' - Module has been forcibly loaded. 18 # * 'S' - SMP with CPUs not designed for SMP. 19 # * 'R' - User forced a module unload. 20 # * 'M' - System experienced a machine check exception. 21 # * 'B' - System has hit bad_page. 22 # * 'U' - Userspace-defined naughtiness. 23 # * 'D' - Kernel has oopsed before 24 # * 'A' - ACPI table overridden. 25 # * 'W' - Taint on warning. 26 # * 'C' - modules from drivers/staging are loaded. 27 # * 'I' - Working around severe firmware bug. 28 # * 29 29 30 30 flag=1
Note: See TracChangeset
for help on using the changeset viewer.