Simple Web Reporting

From IASO Wiki
Jump to: navigation, search

Contents


Package For Simple Web Reporting installation

  • Download
  • Unpack it to any folder.
  • reporting folder with HTML templates:
    • accounts.html (accounts list templates);
    • errors.html (errors list templates);
    • files.html (files list templates);
    • login.html (login page templates);
    • sessions.html (sessions list templates);
  • !ReadMe.txt (file with installation instruction);
  • Backup.Branding.config (encrypted configuration file);
  • ca.pem (certificate file — buy it or create test one);
  • config.ini (configuration file);
  • favicon.ico (icon displayed in browser);
  • test.html (test page);
  • test.js (javascript for test page);
  • WebService.exe (main executable);
  • webService.wsdl (SOAP web service definitions).

Installation

  • Unpack Simple Web Reporting package to any folder;
  • Edit config.ini with appropriate values:
    • Port — listening port.
    • SslKeyFilePath — certificate file in PEM format.
    • SslKeyPassword — password for PEM file.
    • EngineHost — host name where Management Engine is located.
    • AuthPassword — password for authentication purposes (please specify any and keep it in secret).
  • Start WebService.exe.
  • WSDL of SOAP service will be accessible by URL: https://server_host.com:444/?wsdl where server_host.com is host where web reporting is deployed, 444 is port from config.ini. Home page for SimpleWebReporting is https://server_host.com:port/reporting/login.

How To Get Test Certificate

  • Download and install OpenSSL toolset for Windows at http://www.openssl.org/.
  • Go to OpenSSL BIN folder and run following commands:
> openssl genrsa -des3 -out ca.key 1024 > openssl req -new -key ca.key -out ca.csr > openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt > copy ca.crt+ca.key ca.pem
  • Copy ca.pem to web reporting directory and specify in config.ini password for PEM file.

User Interface Customization

You can change HTML templates for your porposes. If you want change logo, just change URL of images in accounts.html, login.html.

Personal tools
Namespaces
Variants
Actions
Navigation
Downloads
Knowledge Base
Support
Toolbox