-
Notifications
You must be signed in to change notification settings - Fork 5
Home
cemtan edited this page Mar 25, 2019
·
5 revisions
- git, docker, docker-compose must be installed
- Download repository and enter the directory
git clone https://github.com/cemtan/sar2html.git
cd sar2html/www
./sar2html -s
- If you are behind proxy edit 3 lines regarding proxy in bin/webserver/Dockerile
ENV http_proxy <YOUR HTTP PROXY>
ENV https_proxy <YOUR HTTPS PROXY>
RUN pear config-set http_proxy <YOUR HTTP PROXY>
- Build the image by docker-compose and run the container
cd sar2html
docker-compose up
- Open http://<ip_address_of_your_webserver>/index.php
- Now it is ready to work.
- Plotting tools, sar2html and index.php only run on Linux server. HPUX 11.11, 11.23, 11,31, Redhat 3, 4, 5, 6, 7, Suse 8, 9, 10, 11, 12, Ubuntu 18 and Solaris 5.9, 5.10, 5.11 are supported for reporting.
- apache2, php5, sar, gnuplot v4.0+, libpng, gawk, grep, sed, libpng-devel v1.2.7+, coreutils, expect, php5-openssl must be installed
- Edit php.ini file and set:
upload_max_filesize=2GB
post_max_size=80MB
- Download sar2html from https://sourceforge.net/projects/sar2html/files/sar2html-3.2.1.tar.gz/download
- Extract sar2html.tar.gz under root directory of your web server or create subdirectory for it.
- Configure sar2html. You need to know apache user and group for setup.
./sar2html -c
- Open http://<ip_address_of_your_webserver>/index.php
- Now it is ready to work.
- sar2html supports Ubuntu 18 now.
- fixed some coding problems.
- sar2html supports SLES 12 now.
- Fixed some configuring and capturing issues (thanks to James Kenney)
- New user interface is available.
- Added navigation tab.
- Added Redhat 7 support.
- Fixed rare SA_DATE parsing issue (thanks to feistypenguin)
- Fixed merging new and old sar data errors caused by device removal (patched by feistypenguin)
- Fixed plotting errors caused by device removal (patched by James Kenney)
- Solaris 11 is supported now.
- Fixed HP-UX related issues.
- Changed timeout settings and dependencies.
- sar2html is able to connect servers to capture report now.
- Error: If a server has performed a restart recently, it puts a "LINUX RESTART" entry in sar logs. When sar2ascii tries to grep out the date for a day using sar output it keys on the word "Linux". Ignoring case... so the "LINUX RESTART" entry will get globbed in with the date entry.
- Fix: Fixed by James Kenney [email protected]
- Error: Wrong argument is provided for SA_Redhat_3_b.
- Fix: Fixed by feisty penguin [email protected]
-Added bookmarks to PDF file.
- Reformatted PDF file.
- sar2html generates PDF formatted report now.
- Fixed bug causing "Argument list too long" error while too many devices exist.
- Added show/hide devices option to web interface. Clicking device headers hides or shows device list.
- Make-up
- Added delete option
- Fixed bugs
- Added installation note
- Added Redhat 6 Support
- Fixed issues regarding Sles 11 Hosts