source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80   18 years bastiaans plugin/togap.py: - Added a 'poll_interval' value for helping …
(edit) @79   18 years bastiaans daemon/DBClass.py: Initial import of DBclass
(edit) @78   18 years bastiaans daemon/togad.py: - Restructured class/processor layout - There is …
(edit) @77   18 years bastiaans daemon/togad.py: - Misc bugfixes
(edit) @76   18 years bastiaans plugin/togap.py: - A job should be removed from interval list and …
(edit) @75   18 years bastiaans plugin/togap.py: - Misc fixes for compatibility with toga daemon
(edit) @74   18 years bastiaans daemon/togad.py: - Added job finished checking if an old jobinfo …
(edit) @73   18 years bastiaans daemon/togad.py: - Added check if info changed on a job
(edit) @72   18 years bastiaans daemon/togad.py: - Jobinfo XML parsing now working (into memory)
(edit) @71   18 years bastiaans daemon/togad.py: - Added XML Error Handler
(edit) @70   18 years bastiaans daemon/togad.py: - Rewrote connection handling a bit error occured …
(edit) @69   18 years bastiaans plugin/togap.py: - Misc bugfixes
(edit) @68   18 years bastiaans plugin/togap.py: - Removed global heartbeat - Added 'reported' time …
(edit) @67   18 years bastiaans plugin/togap.py: - Added domain name parsing - Added nodelist parsing
(edit) @66   18 years bastiaans plugin/togap.py: - tmax should be -x instead of -t - added type param
(edit) @65   18 years bastiaans plugin/togap.py: - Added version check of gmetric since we only …
(edit) @64   18 years bastiaans plugin/togap.py: Misc. code cleanup
(edit) @63   18 years bastiaans daemon/togad.py: Miscellanious code cleanup and additional pydocs
(edit) @62   18 years bastiaans daemon/togad.py: - Class added for own data server for catching …
(edit) @61   18 years bastiaans plugin/togap.py: - Added initial setup for transmission of jobinfo …
(edit) @60   18 years bastiaans daemon/togad.py: - Options added for toga joblist handling server
(edit) @59   18 years bastiaans daemon/job_dbase.sql: - SQL Database for storing historical job data …
(edit) @58   18 years bastiaans daemon/togad.py: - Added catch of exception that happens in a rare …
(edit) @57   18 years bastiaans daemon/togad.py: - Bugfix
(edit) @56   18 years bastiaans daemon/togad.py: - Bugfix
(edit) @55   18 years bastiaans daemon/togad.py: Multiple storethreads is of no use: Both threads …
(edit) @54   18 years bastiaans daemon/togad.py: - Several bugfixes - Now more than 1 storethread …
(edit) @53   18 years bastiaans daemon/togad.py: - Changed store functions, so that they will pop() …
(edit) @52   18 years bastiaans daemon/togad.py: - Bugfix
(edit) @51   18 years bastiaans daemon/togad.py: Removed a debug print statement
(edit) @50   18 years bastiaans daemon/togad.py: Well it seems to be working now. - Code cleanup - …
(edit) @49   18 years bastiaans daemon/togad.py: More bugfixes
(edit) @48   18 years bastiaans daemon/togad.py: - Bugfix
(edit) @47   18 years bastiaans daemon/togad.py: - Timeout's for thread can now be set in a variable …
(edit) @46   18 years bastiaans daemon/togad.py: Added extra debug msg
(edit) @45   18 years bastiaans daemon/togad.py: Bugfix
(edit) @44   18 years bastiaans daemon/togad.py: - Grabbing of last serials and updates of existing …
(edit) @43   18 years bastiaans daemon/togad.py: * Problem was caused by gmetad! Bug!! - Reported …
(edit) @42   18 years bastiaans daemon/togad.py: Added functions for gathering all 'last_update' …
(edit) @41   18 years bastiaans daemon/togad.py: - Added queue len check in atomic code before pop, …
(edit) @40   18 years bastiaans daemon/togad.py: - Changed thread locking scheme - Added function …
(edit) @39   18 years bastiaans daemon/togad.py: Changed threading debug msg'es to be more understandable
(edit) @38   18 years bastiaans daemon/togad.py: Code cleanup and config for testing
(edit) @37   18 years bastiaans daemon/togad.py: - RRDTool module will only take string variable's …
(edit) @36   18 years bastiaans daemon/togad.py: - Rewrote multithreaded * Error occurs when trying …
(edit) @35   18 years bastiaans daemon/togad.py: More bugfixes * Need to find a way to share data …
(edit) @34   18 years bastiaans daemon/togad.py: - Numerous bugfixes Data is still not written, …
(edit) @33   18 years bastiaans daemon/togad.py: - Rewrote classes to be reusable - Seperated …
(edit) @32   18 years bastiaans daemon/togad.py: Begin of RRD metric handling rewrite to in-memory rrd's
(edit) @31   18 years bastiaans daemon/togad.py: Bug was caused by incorrect timestamping - Now …
(edit) @30   18 years bastiaans daemon/togad.py: Changed debugging levels/messages
(edit) @29   18 years bastiaans daemon/togad.py: Main thread has to stop too when debugging and XML …
(edit) @28   18 years bastiaans daemon/togad.py: Additional code for bug catching
(edit) @27   18 years bastiaans daemon/togad.py: Added try/except, to catch a bug that occures from …
(edit) @26   18 years bastiaans plugin/togap.py: - Setup daemon style - Will compile a ever …
(edit) @25   18 years bastiaans plugin/togap.py: bla
(edit) @24   18 years bastiaans plugin/togac.py, plugin/togap.py: Should be named P from plugin
(edit) @23   18 years bastiaans plugin/togac.py: Initial checkin of plugin
(edit) @22   18 years bastiaans daemon/togad.py: Rewrote processing style - XML processing will now …
(edit) @21   18 years bastiaans daemon/togad.py: Minor adjustments for running daemon'ized - Will …
(edit) @20   18 years bastiaans daemon/togad.py: Directory listing each host for each metric took …
(edit) @19   18 years bastiaans daemon/togad.py: Working for all hosts and metric now. - However, …
(edit) @18   18 years bastiaans daemon/togad.py: - Changed timestamp'ing style to: …
(edit) @17   18 years bastiaans daemon/togad.py: - RRD's will now be timestamped, like this: …
(edit) @16   18 years bastiaans daemon/togad.py: Storing and updating now working for ALL hosts and …
(edit) @15   18 years bastiaans daemon/togad.py: Added rrd updating
(edit) @14   18 years bastiaans daemon/togad.py: Added ARCHIVE_SOURCE checking
(edit) @13   18 years bastiaans daemon/togad.py: Appareantly this stupid rrdtool module wants each …
(edit) @12   18 years bastiaans daemon/togad.py: - Miscellanious debug msg restyling - Correct time …
(edit) @11   18 years bastiaans daemon/togad.py: Gmetad.conf parsing bugfixes
(edit) @10   18 years bastiaans daemon/togad.py: Interval parsing working
(edit) @9   18 years bastiaans daemon/togad.py: First attempt at rrd handling - Need to parse …
(edit) @8   18 years bastiaans daemon/togad.py: Added debugging levels Added processor class and …
(edit) @7   18 years bastiaans daemon/togad.py: Appearantly XML handling is case sensitive
(edit) @6   18 years bastiaans daemon/togad.py: First attempt at XML parsing
(edit) @5   18 years bastiaans ganglia_example.xml: A Ganglia XML style example daemon/togad.py: …
(edit) @4   18 years bastiaans daemon/xmlparse.py, daemon/togad.py: xmlparse.py -> togad.py
(edit) @3   18 years bastiaans daemon/xmlparse.py: Initial import of xml parsing
(edit) @2   18 years bastiaans svn-commit.tmp.save: Bogus file removed
(add) @1   18 years bastiaans Initial import in repository
Note: See TracRevisionLog for help on using the revision log.