source: trunk/daemon

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @199   18 years bastiaans daemon/jobarchived.py: - Bugfix: no longer store jobs in database …
(edit) @198   19 years bastiaans daemon/jobarchived.py: - Now with support for …
(edit) @196   19 years bastiaans daemon/togad.py: Renamed -> daemon/jobarchived.py …
(edit) @191   19 years bastiaans daemon/togad.py: - Fixed the bugfix
(edit) @190   19 years bastiaans daemon/togad.py: - Fix: don't save node info from jobs in Q state - …
(edit) @184   19 years bastiaans daemon/togad.py: - Delete jobs from memory after written to dbase …
(edit) @183   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @182   19 years bastiaans daemon/togad.py: - Additional heartbeat check and minor changes, …
(edit) @179   19 years bastiaans daemon/togad.py: - Rearranged thread locking, I suspect a conflict …
(edit) @176   19 years bastiaans daemon/togad.py: - (hopefully) REALLY fixed threading exception …
(edit) @175   19 years bastiaans daemon/togad.py: - Fixed thread exception handling
(edit) @170   19 years bastiaans daemon/togad.py: - Misc. cleanup
(edit) @169   19 years bastiaans daemon/togad.py: - Added syslog() abilities (for daemon) - Fixed …
(edit) @155   19 years bastiaans daemon/togad.py: - Jobs in state H (hold) were getting stored …
(edit) @154   19 years bastiaans daemon/togad.py: - Store FQDN for nodes
(edit) @151   19 years bastiaans daemon/togad.py: - No longer store jobs in dbase with state 'E'
(edit) @146   19 years bastiaans daemon/togad.py: - Fixed: rrdtool pipes were never closed, cuasing …
(edit) @137   19 years bastiaans daemon/job_dbase.sql: - Need "www-data" user for SQL connections …
(edit) @136   19 years bastiaans daemon/togad.py: - Typo really fixed now?
(edit) @132   19 years bastiaans daemon/togad.py: - Typo bug fixed
(edit) @131   19 years bastiaans daemon/job_dbase.sql: - Added node_location field to node table
(edit) @102   19 years bastiaans daemon/togad.py: Some naming changes web: Initial checkin of web …
(edit) @100   19 years bastiaans daemon/togad.py: - Ignore 'E' status updates/changes for a job …
(edit) @99   19 years bastiaans daemon/togad.py: - job_nodes entrys now really working
(edit) @98   19 years bastiaans daemon/togad.py: - Misc bugfix. - Now entrys to 'job_nodes' table …
(edit) @97   19 years bastiaans daemon/togad.py: - Typo fix
(edit) @96   19 years bastiaans daemon/togad.py: - Empty values will now be properly ignored for …
(edit) @92   19 years bastiaans daemon/job_dbase.sql: - Cascading deletes, mkay tnx
(edit) @90   19 years bastiaans daemon/togad.py: - Only add nodes once - Only add nodes if it is …
(edit) @89   19 years bastiaans daemon/togad.py: - Fixed missing WHERE in UPDATE statement - Fixed …
(edit) @87   19 years bastiaans daemon/togad.py: - Misc code cleanup and optimizing
(edit) @86   19 years bastiaans daemon/togad.py: - Rewrote node adding to jobs - Misc cleanup
(edit) @84   19 years bastiaans daemon/togad.py: - Added DataSQLStore class now jobinfo is actually …
(edit) @83   19 years bastiaans daemon/make_dbase.sh: - Shell script for creating dbase …
(edit) @82   19 years bastiaans daemon/togad.py: - New jobinfo will now be appended to existing …
(edit) @81   19 years bastiaans daemon/togad.py: - New threading model for XML processing working - …
(edit) @79   19 years bastiaans daemon/DBClass.py: Initial import of DBclass
(edit) @78   19 years bastiaans daemon/togad.py: - Restructured class/processor layout - There is …
(edit) @77   19 years bastiaans daemon/togad.py: - Misc bugfixes
(edit) @74   19 years bastiaans daemon/togad.py: - Added job finished checking if an old jobinfo …
(edit) @73   19 years bastiaans daemon/togad.py: - Added check if info changed on a job
(edit) @72   19 years bastiaans daemon/togad.py: - Jobinfo XML parsing now working (into memory)
(edit) @71   19 years bastiaans daemon/togad.py: - Added XML Error Handler
(edit) @70   19 years bastiaans daemon/togad.py: - Rewrote connection handling a bit error occured …
(edit) @63   19 years bastiaans daemon/togad.py: Miscellanious code cleanup and additional pydocs
(edit) @62   19 years bastiaans daemon/togad.py: - Class added for own data server for catching …
(edit) @60   19 years bastiaans daemon/togad.py: - Options added for toga joblist handling server
(edit) @59   19 years bastiaans daemon/job_dbase.sql: - SQL Database for storing historical job data …
(edit) @58   19 years bastiaans daemon/togad.py: - Added catch of exception that happens in a rare …
(edit) @57   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @56   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @55   19 years bastiaans daemon/togad.py: Multiple storethreads is of no use: Both threads …
(edit) @54   19 years bastiaans daemon/togad.py: - Several bugfixes - Now more than 1 storethread …
(edit) @53   19 years bastiaans daemon/togad.py: - Changed store functions, so that they will pop() …
(edit) @52   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @51   19 years bastiaans daemon/togad.py: Removed a debug print statement
(edit) @50   19 years bastiaans daemon/togad.py: Well it seems to be working now. - Code cleanup - …
(edit) @49   19 years bastiaans daemon/togad.py: More bugfixes
(edit) @48   19 years bastiaans daemon/togad.py: - Bugfix
(edit) @47   19 years bastiaans daemon/togad.py: - Timeout's for thread can now be set in a variable …
(edit) @46   19 years bastiaans daemon/togad.py: Added extra debug msg
(edit) @45   19 years bastiaans daemon/togad.py: Bugfix
(edit) @44   19 years bastiaans daemon/togad.py: - Grabbing of last serials and updates of existing …
(edit) @43   19 years bastiaans daemon/togad.py: * Problem was caused by gmetad! Bug!! - Reported …
(edit) @42   19 years bastiaans daemon/togad.py: Added functions for gathering all 'last_update' …
(edit) @41   19 years bastiaans daemon/togad.py: - Added queue len check in atomic code before pop, …
(edit) @40   19 years bastiaans daemon/togad.py: - Changed thread locking scheme - Added function …
(edit) @39   19 years bastiaans daemon/togad.py: Changed threading debug msg'es to be more understandable
(edit) @38   19 years bastiaans daemon/togad.py: Code cleanup and config for testing
(edit) @37   19 years bastiaans daemon/togad.py: - RRDTool module will only take string variable's …
(edit) @36   19 years bastiaans daemon/togad.py: - Rewrote multithreaded * Error occurs when trying …
(edit) @35   19 years bastiaans daemon/togad.py: More bugfixes * Need to find a way to share data …
(edit) @34   19 years bastiaans daemon/togad.py: - Numerous bugfixes Data is still not written, …
(edit) @33   19 years bastiaans daemon/togad.py: - Rewrote classes to be reusable - Seperated …
(edit) @32   19 years bastiaans daemon/togad.py: Begin of RRD metric handling rewrite to in-memory rrd's
(edit) @31   19 years bastiaans daemon/togad.py: Bug was caused by incorrect timestamping - Now …
(edit) @30   19 years bastiaans daemon/togad.py: Changed debugging levels/messages
(edit) @29   19 years bastiaans daemon/togad.py: Main thread has to stop too when debugging and XML …
(edit) @28   19 years bastiaans daemon/togad.py: Additional code for bug catching
(edit) @27   19 years bastiaans daemon/togad.py: Added try/except, to catch a bug that occures from …
(edit) @22   19 years bastiaans daemon/togad.py: Rewrote processing style - XML processing will now …
(edit) @21   19 years bastiaans daemon/togad.py: Minor adjustments for running daemon'ized - Will …
(edit) @20   19 years bastiaans daemon/togad.py: Directory listing each host for each metric took …
(edit) @19   19 years bastiaans daemon/togad.py: Working for all hosts and metric now. - However, …
(edit) @18   19 years bastiaans daemon/togad.py: - Changed timestamp'ing style to: …
(edit) @17   19 years bastiaans daemon/togad.py: - RRD's will now be timestamped, like this: …
(edit) @16   19 years bastiaans daemon/togad.py: Storing and updating now working for ALL hosts and …
(edit) @15   19 years bastiaans daemon/togad.py: Added rrd updating
(edit) @14   19 years bastiaans daemon/togad.py: Added ARCHIVE_SOURCE checking
(edit) @13   19 years bastiaans daemon/togad.py: Appareantly this stupid rrdtool module wants each …
(edit) @12   19 years bastiaans daemon/togad.py: - Miscellanious debug msg restyling - Correct time …
(edit) @11   19 years bastiaans daemon/togad.py: Gmetad.conf parsing bugfixes
(edit) @10   19 years bastiaans daemon/togad.py: Interval parsing working
(edit) @9   19 years bastiaans daemon/togad.py: First attempt at rrd handling - Need to parse …
(edit) @8   19 years bastiaans daemon/togad.py: Added debugging levels Added processor class and …
(edit) @7   19 years bastiaans daemon/togad.py: Appearantly XML handling is case sensitive
(edit) @6   19 years bastiaans daemon/togad.py: First attempt at XML parsing
(edit) @5   19 years bastiaans ganglia_example.xml: A Ganglia XML style example daemon/togad.py: …
(edit) @4   19 years bastiaans daemon/xmlparse.py, daemon/togad.py: xmlparse.py -> togad.py
(edit) @3   19 years bastiaans daemon/xmlparse.py: Initial import of xml parsing
Note: See TracRevisionLog for help on using the revision log.