Commit Graph

23 Commits

Author SHA1 Message Date
Frank Fegert 414af8a1eb - Fixed typo with ADODB result set introduced in previous revision.
- For PollD_MP run getServerVersion() only once every polling inter-
  val, not for every query.
2009-07-12 19:33:28 +00:00
Frank Fegert 97afaa73a6 - Added STDOUT logging for PollD_MP if no logfile is configured.
- Added new exception handling and logging for ADODB.
2009-07-12 17:12:14 +00:00
Michael Clemens 9bab7c9275 first implementation of TSM 6.1 compability 2009-07-07 15:46:15 +00:00
Frank Fegert 8809708d3d - First try of a multi-process poller implementation. Probably still
buggy and needs alterations to the DB backend.
2009-07-03 15:37:02 +00:00
Frank Fegert 6f95782ec3 - Some pre-release cleanup.
- First attempt to reduce the PollD runtime, by querying only the events
  for backups_all/archives_all that occured since the last PollD run.
2009-06-21 22:04:17 +00:00
Frank Fegert 252b04ad95 - Some pre-release cleanup and format beautification. 2009-06-19 21:34:23 +00:00
Frank Fegert 7bd1b0356c - urlencode()'ed all URL parameters.
- added OS switch for popen() mode.
2009-06-08 10:47:55 +00:00
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
Frank Fegert 5ce2f693d6 - Added SQL file for new DB entries (only temporarily until first release).
- Added runtime profiling output to PollD.
- Fixed minor bug in PollD for query runtime > 900 sec situations.
- Added log to file functionality to PollD.
2009-05-23 16:50:14 +00:00
Michael Clemens 2bd9496e47 implemented debug levels and try/catch blocks into polld 2009-05-20 13:52:50 +00:00
Michael Clemens 5624331190 reformatted/beautified most files 2009-05-18 11:37:07 +00:00
Michael Clemens de4d901ac4 fixed problems with PDF output 2009-05-18 08:27:49 +00:00
Michael Clemens 6614fd94dd some compatibility fixes (IE makes me wanna cry) 2009-05-16 22:00:13 +00:00
Michael Clemens 6506cd4bc0 implemented GUI control for debug mode (in admin backend)
some GUI improvements
some bugfixes
2009-05-15 11:54:36 +00:00
Michael Clemens a02490e0d8 added style orange3d, horizon, grey3d
fixed problems with empty dsmadmc resultsets
2009-05-13 09:50:39 +00:00
Michael Clemens d1bb95bdcb ... 2009-05-13 08:38:57 +00:00
Michael Clemens 8e5e0648a5 integrated adodb into PollD
added external switchable debug mode for class ADOdb
2009-05-13 08:29:01 +00:00
Michael Clemens 19d46e48b4 first step of migration to object oriented version of TSM Monitor
deleted functions.php, replaced with tsmmonitor.php which includes new class TSMMonitor
2009-05-12 00:30:45 +00:00
Michael Clemens fa2e7dbf5e cleanups
deletion of dsmerror.log
2009-05-11 16:55:09 +00:00
Michael Clemens 28e85af0fd PollD starts now disabled
PollD is now controlled by admin backend (settings)
2009-05-11 16:27:05 +00:00
Michael Clemens 2bce5107f9 PollD enhancements 2009-05-11 15:07:42 +00:00
Michael Clemens e519fa54bc fixed some minor UI bugs
fixed problem with offline tsm servers with polld
speeded up polld
2009-05-11 10:58:53 +00:00
Frank Fegert 08c6e7d3bd reorganized svn directory structure to allow tagged releases. 2009-05-10 11:44:45 +00:00