Default Configuration File |
Top Previous Next |
If your configuration files gets corrupted or lost you can use the following template.
<?xml version="1.0"?>
<!-- WebReportsConfig.xml ==================== This is the configuration file for the EventSentry Web Reports. You will need to edit this file to change the behavior of the web reports (e.g. database connection, initial settings) and to create additional profiles.
Additional Profiles let you connect to multiple database by simply selecting a profile from a pull-down menu
If you have any questions regarding this XML file then please:
1. Review the help file: http://www.eventsentry.com/support_help.php 2. Search the knowledgebase: http://www.eventsentry.com/support_help.php 3. Email Support: support@netikus.net -->
<WebProfile>
<PROFILE> <Name>DEFAULT</Name> <Title>EventSentry Web Reports</Title>
<!-- Configure the database connection here --> <ODBCDSN>EventSentry</ODBCDSN> <Username>eventsentry_web</Username> <Password>eventsentry</Password> <TablePrefix></TablePrefix> <SQLEscapeBackslash>0</SQLEscapeBackslash> <QueryTimeout>300</QueryTimeout>
<!-- Change default settings here --> <ShowLocations>0</ShowLocations>
<!-- Search Pages --> <ShowGroupsAndFilters>0</ShowGroupsAndFilters> <EventDetailShowCharacters>120</EventDetailShowCharacters> <DefaultRecordLimit>500</DefaultRecordLimit> <DefaultTimeLimit>last 3 days</DefaultTimeLimit>
<!-- Disk Reports --> <DiskReportsInitialComputerCount>10</DiskReportsInitialComputerCount> <WarningThresholdExpired>24</WarningThresholdExpired>
<!-- Heartbeat Uptime --> <UpperBound>98</UpperBound> <LowerBound>90</LowerBound> </PROFILE>
</WebProfile>
|