Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-08-07 | 4.5 kB | |
ganglia_jobmonarch-1.1.1.tar.gz | 2013-08-07 | 248.6 kB | |
Totals: 2 Items | 253.0 kB | 0 |
LEGEND f: fixed - c: changed - a: added - r: removed 1.1.1: packaging) f: correctly set the JOBARCHIVE_RRDS in both jobarchived.conf and web/conf.php.in f: debian init.d script names in post/pre pkg corrected to new name f: debian postrm was incorrectly trying redhat conditional restart web) c: column nodes renamed to: hosts a: sorting by hosts now implemented jobarchived) f: now properly exits on fatal xml errors f: prevent exception to occur when no timed out jobs are found during Housekeeping jobmond) f: BATCH_HOST_TRANSLATE no longer required in jobmond.conf 1.1: web) a: archive search now has "include running jobs" option c: rewritten short versus FQDN hostname detection: now works properly with ganglia hosts not using FQDN hostnames f: display of xml parsetime for overview. no longer display parsetime for archive (no parsing done) f: down/offline nodes are now properly marked in cluster image again f: bug where "Unavailable" row would not be shown in overview summary table packaging) c: completely redone and rewritten by Olivier Lahaye - thanks! jobmond) a: now supports SLURM Workload Manager! a: warning if connecting to remote BATCH_SERVER is not supported by selected BATCH_API f: bug where incorrect commandline option would trigger traceback in usage() jobarchived) a: now performs regular database Housekeeping every 20 job XML iterations (previously only once at startup) a: now checks if ARCHIVE_DATASOURCES are present in gmetad.conf f: prevent an Exception to occur when determining datasource polling interval f: bug where config file handle was not closed 1.0: jobmond) a: now supports multiple udp send channels a: now supports job arrays c: updated Gmetric XDR protocol to version 3.1+ compatible c: gmond.conf parsing has been rewritten to handle include's and multiple send channels c: METRIC_MAX_VAL_LEN is now determined from gmond.conf c: utilize new job monarch protocol f: can now handle new PBSQuery / pbs_python versions f: default gmond.conf search location is now /etc/ganglia/gmond.conf f: fatal error's are now printed to shell upon startup, not just syslog f: more error checking and miscellanious bugfixes jobarchived) r: no longer use pyPgSQL for postgres database c: now use psycopg2 module for postgres database a: job thread now utilizes db commits and rollbacks a: now use USER/PASS authentication to database (in stead of hostbased) c: database schema: changed job_id to varchar to support job arrays c: database schema: changed job_name max length to 255, just like torque c: database schema: added username/password role authentication c: utilize new job monarch protocol f: job thread no longer hangs when insert/update of a job in database fails f: rewrite of job (finished) detection: all finished jobs again properly detected f: job checking now done post-parsing not while parsing f: more error checking and miscellanious bugfixes web) r: removed Pie chart r: removed TemplatePower r: removed php ini_set's and time limit directive: should be handled in php.ini r: removed "Get Fresh Data" button: served no purpose anymore a: now utilize Dwoo templates for html output a: now use USER/PASS authentication to database (in stead of hostbased) a: ClusterImage now drops a shadow below nodes a: RRDs now show "Last: Min: Avg: Max:" values in legend c: utilize new job monarch protocol c: all templates rewritten from TemplatePower to Dwoo c: graph.php now used for overview and archive c: RRDs job start/finish line is now dashed green/red line with legend f: some dbase fields are now CAST to INT for php since postgres now requires explicit casts f: sort order descending/ascending is now correct f: many, many speed and memory improvements f: more error checking and miscellanious bugfixes