Difference: APPXAuditLog (15 vs. 16)

Revision 162008-10-29 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX500Features"

APPX Audit Log Feature 

Line: 100 to 100
 

Synopsis - Service Configuration

The appxAuditMgr service configuration commands are used to create, configure, and remove an instance of an APPX Audit Log Service.
Changed:
<
<
appxAuditMgr -install -ServiceType=logmonitor -SockPort=[TCP-Port] [options]... [VARIABLE=VALUE]...
>
>
appxAuditMgr -install -serviceName=SERVICENAME -ServiceType=logmonitor -SockPort=[TCP-Port] [options]... [VARIABLE=VALUE]...
  appxAuditMgr -modify -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...
Line: 198 to 198
  Example 1 - Configure and start a new instance of the Audit Log Service that will listen for audit log requests on port 8070:
Changed:
<
<
appxAuditMgr -install -port=8070 -ServiceType=logmonitor  
>
>
appxAuditMgr -install -name=appxLog8070 -port=8070 -ServiceType=logmonitor   

[root@localhost services]# ./appxAuditMgr -install -name=appxLog8070 -port=8070 -ServiceType=logmonitor Configuration written to: appxLog8070.ini Environment written to: appxLog8070.env Service script written to: /etc/init.d/appxLog8070 Configuration complete Registering service Starting appxLog8070: serviceName: appxLog8070 servicePath: /usr/local/appx500/services/ Looking for config file in appxLog8070.ini Writing process ID to /var/run/appxLog8070.pid running as process 12859 servicing port 8070 up and running (process 12859 servicing port 8070) Installation Complete

  Example 2 - Configure and start a new instance of the Audit Log Service that will listen for audit log requests on port 8070.  The service name and descriptive name are also specified.
Line: 440 to 457
 

Examples:

Warnings:

Issues:

Added:
>
>
  1. When executing the appxAuditMgr command with the -install option, you must include the -name option.
  2. When executing the the appxAuditMgr command with the -install option, you must include the - DisplayName option.  If you do not, the ps command will not display a meaningful name for the running service.
 

Enhancement Suggestions

Notes

More About Log Profiles

Line: 468 to 487
 

/tmp/appx-12-Jun-08

...

If you restart the log monitor on 11-Jun-08 (and your LogNamePattern specifies %D-%B-%Y), any existing log file with that name would be replaced. Of course, you can include time components in the LogNamePattern to avoid that problem (or add %N to the pattern to include a sequence number). Here's the complete list of valid specifiers (from the strftime man page):

Changed:
<
<

%a The abbreviated weekday name according to the current locale.

>
>

%a The abbreviated weekday name according to the current locale.

 %A The full weekday name according to the current locale. %b The abbreviated month name according to the current locale. %B The full month name according to the current locale.
Line: 914 to 933
 


<--/commentPlugin-->
Changed:
<
<

-- SteveFrizzell - 20 Jun 2008

%META:FILEATTACHMENT{name="subrs.xslt" attachment="subrs.xslt" attr="" comment="xslt program to extract subroutine calls" date="1219770177" path="subrs.xslt" size="1866" stream="subrs.xslt" user="Main.JeanNeron" version="1"}%

META FILEATTACHMENT attachment="structure.xslt" attr="" comment="xslt program to extract file create events" date="1219770121" name="structure.xslt" path="structure.xslt" size="1629" stream="structure.xslt" user="Main.JeanNeron" version="1"
>
>

-- SteveFrizzell - 20 Jun 2008

%META:FILEATTACHMENT{name="subrs.xslt" attachment="subrs.xslt" attr="" comment="xslt program to extract subroutine calls" date="1219770177" path="subrs.xslt" size="1866" stream="subrs.xslt" user="Main.JeanNeron" version="1"}% %META:FILEATTACHMENT{name="structure.xslt" attachment="structure.xslt" attr="" comment="xslt program to extract file create events" date="1219770121" path="structure.xslt" size="1629" stream="structure.xslt" user="Main.JeanNeron" version="1"}%
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback