From d8dc4c1fe7512cc510668a6305f9308521ebe7d5 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 6 May 2010 18:45:10 +0000 Subject: [PATCH] document auditskipcmds attribute in site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5995 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index d89a13e9a..4c7600e67 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -652,6 +652,11 @@ site => { # Do not put description text past column 88, so it displays well in a 100 char wide window. # ----------------------------------------------------------------------------------| key => "Attribute Name: Description\n\n". + " auditskipcmds: List of commands that will not be written to the auditlog table.\n". + " ALL - means all cmds will be skipped. If attribute null, all\n". + " commands will be written.\n". + " For example: tabdump,nodels,lsdef will not log those cmds.\n". + " ALL will not log any cmds.\n\n". " blademaxp: The maximum number of processes for blade hardware control.\n\n". " consoleondemand: When set to 'yes', conserver connects and creates the console\n". " output only when the user opens the console. Default is no on\n".