From 5aeebc3a0b08c495e924194437f2040492ceb225 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Sat, 26 Jan 2013 19:24:33 +0100 Subject: [PATCH] edited README.md --- README.md | 82 ++++++++++++++++++------------------------------------- 1 file changed, 26 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index ccec203..9f12066 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ TSM Monitor 1 ============= -== About == +About +----- TSM monitor is a web application written in php to help TSM administrators to quickly get reports and health status information of their TSM (IBM Tivoli Storage Manager) servers. It generates it’s content dynamically so one can easily add or modify queries to adapt the application to one’s own needs. @@ -24,30 +25,33 @@ For Screenshots, look into /screenshots Documentation ------------- - -=== Requirements === - + +Requirements + * PHP5 or newer * Apache 2.x or newer * dsmadmc with all servers listed in your dsm.opt/sys. Since v0.6 you just need one SERVERNAME entry for every TSM server defined in your server.xml (Linux/Unix: dsm.sys, Windows: dsm.opt) - - - -=== Installation === - + + + +Installation +------------ + * download the newest version of TSM monitor * extract the package to your htdocs folder * chown all files to your apache/www-User * edit includes/server.xml * make your dsmerror.log file writetable to the www user! - - -=== Configuration === - + + +Configuration +------------- + There is only one file that needs to be edited: includes/server.xml - + Enter here your server(s) like described below. The "defaultserver" is the server that will be displayed by default. - + + TSMSRV1 @@ -65,45 +69,11 @@ Enter here your server(s) like described below. The "defaultserver" is the serve - - -=== Usage === - + + +Usage +---- + Open your favourite browser (Firefox ;-)) and point it to http://yourserver/index.php - - -=== Known Issues === - -none ;) - - - -== Bugtracker == - -If you find a bug or even have already a solution, please feel free to contribute it to our bugtracker over at sourceforge: - -[https://sourceforge.net/apps/mantisbt/tsmmonitor/my_view_page.php Mantis Bugtracker] - -== Download == - -[[File:gplv3-127x51.png]] - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see [http://www.gnu.org/licenses]. - -[http://www.gnu.org/licenses/gpl-3.0.txt View the license] - -It is highly recommended to use TSM Monitor 1.0 for “productive” use: [http://sourceforge.net/projects/tsmmonitor/files/tsmmonitor/1.0/tsmmonitor-1.0.tar.gz/download DOWNLOAD] - -[https://sourceforge.net/project/showfiles.php?group_id=247878 >> Download TSM Monitor at sourceforge.net <<] - + +