Changeset 427
- Timestamp:
- 07/07/07 14:52:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r414 r427 7 7 a: allow per-cluster settings/override options: see CLUSTER_CONFS option 8 8 a: clusterimage can now draw nodes at x,y position parsed from hostname 9 see SORTBY_HOSTNAME for this in clusterconf/example.php 9 10 a: clusterimage nodes are now clickable: has link to all jobs from that host 10 a: clusterimage nodes now have a tooltip 11 a: clusterimage nodes now have a tooltip: displays hostname and jobids for now 11 12 a: jobmonarch logo image 12 13 thank to: Robin Day … … 16 17 c: host archive view is now more complete and detailed in the same manner as 17 18 Ganglia's own host view 18 c: host view available metric list is now compiled from disk,19 so that the detailed archive host view works even when itis currently down.19 c: host archive view available metric list is now compiled from disk, 20 so that the detailed archive host view works even when the node is currently down. 20 21 c: removed size restrictions from detailed host archive view 21 22 … … 29 30 f: bug where jobstart redline indicator in host detail graphs was set incorrectly 30 31 or not at all due to a miscalculation in job times 32 f: bug where hostimage headertext xoffset was miscalculated, causing the column names 33 to overlap their position when the columnname was longer than the columnvalues 31 34 32 35 jobmond) 33 36 34 37 a: syslog support 35 a: report number of running/queued jobs as seperate metric 36 37 c: native gmetric support, much faster and cleaner! 38 a: report number of running/queued jobs as seperate metrics 39 a: native gmetric support, much faster and cleaner! 38 40 thanks to: Nick Galbreath - nickg(a.t)modp(d.o.t)com 39 41 for writing it and allowing inclusion in jobmond … … 57 59 jobarchived) 58 60 59 c:now use py-rrdtool api instead of pipes, much faster!61 a: can now use py-rrdtool api instead of pipes, much faster! 60 62 install py-rrdtool to use this 61 63 backwards compatible fails back to pipes if module not installed 62 64 65 c: all XML input was uniencoded, which could cause errors, 66 now all properly converted to normal strings 67 63 68 f: autocreate clusterdirs in archivedir 64 69 f: unhandled gather exception 65 f: all XML input was uniencoded, which could cause errors66 now all properly converted to normal strings67 70 f: incorrect stop_timestamping when jobs finished 68 71 thanks to: Alexis Michon - alexis(d.o.t)michon(a.t)ibcp(d.o.t)fr
Note: See TracChangeset
for help on using the changeset viewer.