Activity

From 04/04/2009 to 07/02/2009

07/02/2009

01:08 PM Bug #41: Partial information returned for Xen virtual machines
Additionally, it appears that the reason the the total RAM is blank is because it depends on dmidecode, and not /proc/meminfo like the swapinfo does. dflores
11:45 AM Bug #41: Partial information returned for Xen virtual machines
As I understand it, dmidecode won't work on PVM guests since there is no SMBIOS data provided to the PVM guests. Only HVM guests are given SMBIOS data. The result is that each call to dmidecode returns the following stderr: /dev/mem: mmap: Bad... dflores

05/12/2009

02:21 PM Feature #40: Timestamps in debug log file
Currently, I have errors being written to the debug log file; however, it would be easier to read and follow the data if the event lines started with the timestamp, as opposed to ending with them. dflores
02:19 PM Bug #39: Issue with debug logging file
Every log event is added to the same line with no carriage returns, making the log file one giant run-on line. #BEGIN Host host01 seen at 2000-07-01T00:00:00-07:00Host host02 seen at 2000-07-01T00:00:00-07:00Host host03 seen at 2000-07-01T00:0... dflores

04/30/2009

02:24 PM Feature #38: package history date preservation
When a package is uninstalled, it is moved to the host_pkg_archive table, which has a mirrored tables structure to the host_pkg. When it is moved, the original timestamp of the installation date is overwritten with the uninstallation timestamp. ... nathan

04/27/2009

11:07 AM Feature #37: Add extra instruction in the UPGRADING section of README
In the upgrade instructions, it would be useful to have that the "USER CONFIG" section of the 'machdb-send' file will need to be updated with the users configuration. Additionally, it would be nice if the default wasn't pointing to your own ins... dflores

04/24/2009

04:01 PM Feature #36: Add extra instruction in the UPGRADING section of README
I've upgraded the installation. In the upgrade instructions, would be useful to add that you'll have to re-chown the compiled templates dir, which is mentioned in the installation section of README, but not the upgrade section. dflores
03:55 PM Bug #35: Typo in CHANGELOG
No impact to functionality, just a misspelling of "architecture" in the 0.5.1 section of the CHANGELOG * Added Base Architecuture to host node dflores
03:44 PM Feature #34: Lack of 0.5.2 logging options causes errors
I did the upgrade using the old config file (upgraded from 0.5.1), which the collect.php script no longer likes due to the new logging options not existing. Would be useful to handle that circumstance, and maybe add something about it being a new... dflores
02:45 PM Revision 27: fixing typo, thanks dan
fixing typo, thanks dan nathan

04/20/2009

02:30 AM Feature #33: Activity log
nathan

04/18/2009

11:55 AM Bug #32 (Assigned): Only call dmidecode once in gather-centos4-i386
nathan
10:23 AM Bug #32: Only call dmidecode once in gather-centos4-i386
This is a patch that should be applied after #30. It runs dmidecode only once, stores the output in an array and reuse the data whenever needed rather than calling it many times. The patch also removes what looked like a debug print that shoul... volcane
05:15 AM Bug #31: DB Schema release field update
Release field should be default of NULL, not '' Fixed in r26 nathan
05:13 AM Revision 26: release set to NULL instead of ''
release set to NULL instead of '' nathan
04:31 AM Feature #30: Support for Xen VM hosts
Comment + patch from @volcane: anyway, attached a patch to gather-centos4-i386 that deals with Xen virtual machines a bit better, it failed to find any disks or ram (dmidecode doesnt work at all in a vm) nathan

04/17/2009

01:47 AM Feature #29: IPv6 Support
nathan
01:45 AM 0.5.2 Release is out!
My first release since I started working on MachDB again last month. This makes me very happy. And I'm sure it'll make a few of you users happy as well, since a few of the long standing and annoying bugs are fixed. nathan
01:42 AM machdb-0.5.2.tar.gz
nathan
01:39 AM Revision 25: removing vmix specific package install line
removing vmix specific package install line nathan
01:35 AM Revision 24: docs edit, version cleanup for 0.5.2 release
docs edit, version cleanup for 0.5.2 release nathan
01:18 AM Bug #10 (Closed): package insertion fails
nathan
01:14 AM Bug #10 (Resolved): package insertion fails
Applied in changeset r23. nathan
01:14 AM Revision 23: removed check for null and set to 0 when pkg release is not defined. fixes #10
removed check for null and set to 0 when pkg release is not defined. fixes #10 nathan
12:44 AM Bug #10 (Assigned): package insertion fails
nathan
12:23 AM Revision 22: removing bin, client stuff goes in contrib
removing bin, client stuff goes in contrib nathan

04/16/2009

10:57 AM Bug #11 (Rejected): software page displays alphabet repeatedly
nathan

04/15/2009

01:58 AM Bug #10 (Closed): package insertion fails
nathan

04/13/2009

01:55 AM Bug #6 (Closed): list of software not updating
nathan
01:55 AM Bug #2 (Closed): release field is creating problems with some packages
nathan
01:53 AM Bug #1 (Closed): need to check for hwid
nathan

04/07/2009

12:23 AM Feature #28: Stats & Graphs
MachDB has access to lots of interesting info on your servers. It should include at minimum a few charts: * software stats * hardware stats * growth over time? * changes/month nathan

04/06/2009

01:05 AM Revision 21: added IP address sorting for netmask and broadcast as well, fixes #8
added IP address sorting for netmask and broadcast as well, fixes #8 nathan
12:57 AM Bug #8 (Closed): IP address sorting
nathan
12:56 AM Bug #8 (Resolved): IP address sorting
Applied in changeset r20. nathan
12:56 AM Revision 20: used mysql inet_aton(ipaddr) function to get the integer represenation of the IP and...
used mysql inet_aton(ipaddr) function to get the integer represenation of the IP and used that in a custom sorttable field. fixes #8 nathan
12:38 AM Bug #8: IP address sorting
This is an issue with sorttable.js: http://www.kryogenix.org/bugs/sorttable/ip-addresses.html nathan
12:28 AM Bug #27: AJAX sorting broken
Table sorting on after an AJAX load is broken. This is trouble with sorttable.js: http://www.kryogenix.org/bugs/sorttable/ajax-tables.html Proposed fix by migrating to this: http://icant.co.uk/sandbox/eventdelegation/ nathan

04/05/2009

02:04 PM Bug #4 (Closed): Smarty include path error
nathan
02:03 PM Bug #26 (Closed): blank screen if no hosts found in DB
nathan
02:02 PM Bug #26 (Resolved): blank screen if no hosts found in DB
Applied in changeset r19. nathan
02:02 PM Revision 19: fixes #26
fixes #26 nathan
01:59 PM Revision 18: added error check in index.php and error template
added error check in index.php and error template nathan
01:06 PM Bug #26: blank screen if no hosts found in DB
This affects new setups and is confusing. Should be fixed. nathan
12:56 PM Revision 17: moving config to example
moving config to example nathan
12:55 PM Revision 16: docs
docs nathan
11:44 AM Revision 15: typo fix
typo fix nathan
10:39 AM Revision 14: moved setup.sh
moved setup.sh nathan
10:36 AM Bug #10 (Resolved): package insertion fails
nathan
10:34 AM Bug #4 (Resolved): Smarty include path error
Applied in changeset r13. nathan
10:34 AM Revision 13: fixes #4
fixes #4 nathan
03:48 AM Bug #4 (Assigned): Smarty include path error
nathan
03:48 AM Bug #6 (Assigned): list of software not updating
nathan
03:47 AM Bug #8 (Assigned): IP address sorting
nathan
03:47 AM Bug #11 (Assigned): software page displays alphabet repeatedly
nathan
03:41 AM Feature #25: Webservices API
nathan
03:39 AM Feature #3 (Assigned): host tagging
nathan
03:39 AM Feature #9 (Assigned): Last Seen Status
nathan
02:15 AM Bug #1: need to check for hwid
working on r11 and r12 nathan
02:11 AM Bug #1 (Resolved): need to check for hwid
Applied in changeset r12. nathan
02:11 AM Revision 12: added error check and logging, fixes #1
added error check and logging, fixes #1 nathan
02:10 AM Revision 11: set up log file and log level refs #1
set up log file and log level refs #1 nathan
01:50 AM Revision 10: added HWID check to machdb-send-secure. refs #1
added HWID check to machdb-send-secure. refs #1 nathan
01:41 AM Revision 9: added check to machdb-send, rel #1
added check to machdb-send, rel #1 nathan

04/04/2009

10:27 PM Revision 8: testing post-commit again
testing post-commit again nathan
10:23 PM Revision 7: post-commit hook test
post-commit hook test nathan
« Previous
Next »
 

Also available in: Atom