[otrs-cvs] CVS: otrs/Kernel/Config/Files Framework.xml,1.109,1.110
cvs-log at otrs.org
cvs-log at otrs.org
Thu Aug 24 10:15:26 CEST 2006
Update of /home/cvs/otrs/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv11746/Kernel/Config/Files
Modified Files:
Framework.xml
Log Message:
added performance log feature in admin interface - its disabled per default
Index: Framework.xml
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Files/Framework.xml,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** Framework.xml 21 Aug 2006 19:11:08 -0000 1.109
--- Framework.xml 24 Aug 2006 07:15:24 -0000 1.110
***************
*** 15,20 ****
- Core::Web
- Core::PostMaster
! - Core::Ticket
! - Core::TicketFreeText
- Core::Stats
- Core::Stats::Graph
--- 15,19 ----
- Core::Web
- Core::PostMaster
! - Core::Stats
- Core::Stats
- Core::Stats::Graph
***************
*** 27,36 ****
- Frontend::Agent::NavBarModule
- Frontend::Agent::Preferences
- - Frontend::Agent::Ticket::ArticleAttachmentModule
- - Frontend::Agent::Ticket::ArticleComposeModule
- - Frontend::Agent::Ticket::ArticleViewModule
- - Frontend::Agent::Ticket::ArticleViewModulePre
- - Frontend::Agent::Ticket::MenuModule
- - Frontend::Agent::Ticket::MenuModulePre
- Frontend::Agent::Stats
- Frontend::Customer
--- 26,29 ----
***************
*** 1371,1374 ****
--- 1364,1388 ----
</Setting>
</ConfigItem>
+ <ConfigItem Name="PerformanceLog" Required="0" Valid="1">
+ <Description Lang="en">Enable PerformanceLog to log the page response time. Take care, this will take system performance.</Description>
+ <Description Lang="de">PerformanceLog aktivieren um Seiten-Antwortzeiten zu protokollieren. Achtung, dies benoetigt System-Resourcen.</Description>
+ <Group>Framework</Group>
+ <SubGroup>Core::PerformanceLog</SubGroup>
+ <Setting>
+ <Option SelectedID="0">
+ <Item Key="0">No</Item>
+ <Item Key="1">Yes</Item>
+ </Option>
+ </Setting>
+ </ConfigItem>
+ <ConfigItem Name="PerformanceLog::File" Required="0" Valid="1">
+ <Description Lang="en"></Description>
+ <Description Lang="de"></Description>
+ <Group>Framework</Group>
+ <SubGroup>Core::PerformanceLog</SubGroup>
+ <Setting>
+ <String Regex=""><OTRS_CONFIG_Home>/var/log/Performance.log</String>
+ </Setting>
+ </ConfigItem>
<ConfigItem Name="PreferencesTable" Required="1" Valid="1">
<Description Lang="en">The name of the table, where the customer preferences are stored.</Description>
***************
*** 2533,2536 ****
--- 2547,2570 ----
</Setting>
</ConfigItem>
+ <ConfigItem Name="Frontend::Module###AdminPerformanceLog" Required="0" Valid="1">
+ <Description Lang="en">Frontend module registration for the AdminPerformanceLog object in the admin area.</Description>
+ <Description Lang="de">Frontendmodul-Registration des AdminPerformanceLog-Objekts im Admin-Bereich.</Description>
+ <Group>Framework</Group>
+ <SubGroup>Frontend::Admin::ModuleRegistration</SubGroup>
+ <Setting>
+ <FrontendModuleReg>
+ <Group>admin</Group>
+ <Description>Admin</Description>
+ <Title>Performance Log</Title>
+ <NavBarName>Admin</NavBarName>
+ <NavBarModule>
+ <Module>Kernel::Output::HTML::NavBarModuleAdmin</Module>
+ <Name>Performance Log</Name>
+ <Block>Block4</Block>
+ <Prio>550</Prio>
+ </NavBarModule>
+ </FrontendModuleReg>
+ </Setting>
+ </ConfigItem>
<ConfigItem Name="Frontend::Module###AdminLog" Required="0" Valid="1">
<Description Lang="en">Frontend module registration for the AdminLog object in the admin area.</Description>
More information about the cvs-log
mailing list