From 2d4849286aed0f27e25eea59ad2b1f88f0d47880 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 27 Nov 2012 17:11:30 +0000 Subject: [PATCH] document new settings for auditskipcmds git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14440 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index f7d150872..b2c8e1abc 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -820,10 +820,12 @@ 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". + " auditskipcmds: List of commands and/or client types that will not be written to the auditlog table.\n". " 'ALL' means all cmds will be skipped. If attribute is null, all\n". - " commands will be written.\n". - " For example: tabdump,nodels,lsdef will not log those cmds.\n\n". + " commands will be written.\n". + " clienttype:web would skip all commands from the web client\n". + " For example: tabdump,nodels,clienttype:web \n". + " will not log tabdump,nodels and any web client commands.\n\n". " blademaxp: The maximum number of concurrent processes for blade hardware control.\n\n". " cleanupxcatpost: (yes/1 or no/0). Set to 'yes' or '1' to clean up the /xcatpost\n". " directory on the stateless and statelite nodes after the\n".