A PHP application for monitoring IBM's Tivoli Storage Manager
Go to file
Frank Fegert 79bade6748 - Escaped backslashes before insert into DB. This fixes display errors
for e.g. Windows filespaces. This is also only a ugly workaround. A
  DB dependend escape of SQL statments via ADODBs 'qstr()' would be much
  better, but needs code refactoring.
- Allow to save empty config field values. Needed to enable/disable file
  logging.
- Fallback logging to STDOUT if given logfile not accessible.
2009-05-23 21:10:59 +00:00
css some compatibility fixes (IE makes me wanna cry) 2009-05-16 22:00:13 +00:00
extlib reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00
images splitted stylesheets into layout and colour stylesheets 2009-05-13 15:20:13 +00:00
includes - Escaped backslashes before insert into DB. This fixes display errors 2009-05-23 21:10:59 +00:00
install - added checks for PHP extension modules. 2009-05-10 21:04:57 +00:00
polld - Added SQL file for new DB entries (only temporarily until first release). 2009-05-23 16:50:14 +00:00
scripts - Added SQL file for new DB entries (only temporarily until first release). 2009-05-23 16:50:14 +00:00
AUTHORS reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00
CREDITS reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00
LICENSE reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00
README reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00
admin.php - Escaped backslashes before insert into DB. This fixes display errors 2009-05-23 21:10:59 +00:00
index.php this and that 2009-05-18 15:34:04 +00:00
install.php put database/adodb related code into adodb.php 2009-05-12 20:20:18 +00:00

README

************************************************************************
    This file is part of TSM Monitor.

    TSM Monitor 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.

    TSM Monitor 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 TSM Monitor.  If not, see <http://www.gnu.org/licenses/>.
************************************************************************

You can find a complete manual here: http://www.tsm-monitor.org/manual