Web Reports |
Top Previous Next |
Introduced with version 2.11 of EventSentry are ASP web pages that can be used to generate database reports used by the ODBC target of EventSentry.
1. Requirements
2a. Installation with EventSentry Installer During the installation, choose a Custom Installation and make sure that you select the Database Support option. This will install all ASP web reports files into the Web subfolder of the EventSentry installation directory.
If you plan on using the ASP pages with IIS, then it is recommended that you also select the Setup IIS option during the installation. A virtual directory will automatically be setup on your web server, which you should be able to access by navigating to http://localhost/EventSentry/. If the IIS web server is located on a different computer, then you can either run the setup again on that computer or configure IIS manually by coping all files from the Web subdirectory to that computer.
Note: You cannot run the EventSentry setup on one computer and configure IIS automatically on another computer.
When running a web server other than IIS, simply serve the appropriate directory (..\Program Files\EventSentry\Web) through the web server.
2b. Manual Installation A manual installation of the web reports can also be performed, however the web reports will need to have been installed on a computer beforehand.
File Installation & Configuration
IIS Configuration
3. Included Files The web reports include the following files:
WebReportsConfig.xml** SPECIFIES DATABASE LOGIN INFORMATION AND CONFIGURATION PARAMETERS
eventsentry_db_inc.asp GENERIC INCLUDE FILE CONTAINING FUNCTIONS AND DEFINITIONS
index.asp THE MAIN WEB PAGE SHOWING A DATABASE SUMMARY
eventsentry_db.asp THE SEARCH PAGE. USE THIS WEB PAGE TO QUERY THE EVENTSENTRY DATABASE.
eventsentry_db_detail.asp SHOWS THE DETAILS OF AN EVENT LOG ENTRY, CALLED FROM eventsentry_db.asp.
eventsentry_location_mapping.asp ASSIGN COMPUTERS TO LOCATIONS, CALLED FROM eventsentry_db.asp
eventsentry_heartbeat_status.asp CURRENT HEARTBEAT STATUS, CALLED FROM index.asp.
eventsentry_heartbeat_history.asp HEARTBEAT HISTORY, CALLED FROM OTHER HEARTBEAT PAGES.
eventsentry_heartbeat_uptime.asp HEARTBEAT UPTIME, CALLED FROM OTHER HEARTBEAT PAGES.
eventsentry_diskspace.asp SHOWS DISKSPACE STATISTICS, CALLED FROM index.asp.
eventsentry_diskreport.asp SHOWS DISKSPACE REPORTS, CALLED FROM index.asp.
eventsentry_environment.asp SHOWS ENVIRONMENT STATISTICS, CALLED FROM index.asp.
eventsentry_fc_xml.asp INTERNAL PAGES USED FOR FLASH CHARTS, CALLED FROM eventsentry_diskspace.asp.
eventsentry_fc_xml_environment.asp INTERNAL PAGES USED FOR FLASH CHARTS, CALLED FROM eventsentry_environment.asp.
eventsentry_tracking_process.asp SEARCH PAGE FOR PROCESSES, CALLED FROM index.asp.
eventsentry_header.asp & eventsentry_footer.asp HEADER & FOOTER FILES NEEDED BY ALL FILES
*.js, *.css, *.swf ADDITIONAL JAVASCRIPT, STYLESHEET AND SHOCKWAVE FILES NEEDED
images sub directory IMAGES USED ON ALL PAGES
[ ** These files may need to be edited ]
|