Eddie 0.37.2 has been released. The big change is that Eddie is now a properly installable Python package. This allows it to be distributed in package format...
The Eddie svn trunk has seen a re-arrangement to bring Eddie into the 21st century. In other words, Eddie is now an installable Python package. It currently...
Eddie 0.36 has been released! This version has been a long time coming, but has been well tested over that time. This version features many enhancements and...
Has anyone had any success with getting Eddie to work on a 64bit windows version? The current implementation relies on win32all which I can't see a 64 bit...
This list may be interested in a project I've been working on recently, PSI - Python System Information. It is a Python package (C extension) to provide...
I hope this makes sense... For the *printState()*, if there is a *KeyError*, the console output for the directive will be "<directive not ready>". This...
New code to let eddie look at the prtdiags of v210s and v240s. Unfortunately the code isn't the cleanest. The format of the prtdiag output can change depending...
Has anyone added the capability to the radius module to add more attribute pairs? Because we have a fairly complex radius setup to exercise and measure all the...
I've rewritten huge slabs of the lib/common/Directives/smtp.py to do a full smtp transaction - as opposed to the previous one which just waited for the '220...
A little patch that I find incredibly useful to debug some problems with checks. It puts how long the check took to execute in the logfile - with a bit of...
The EDDIE Tool source has now been migrated to a Subversion repository. The repository allows public access - so anyone can checkout the code - as well as...
There is now an IRC channel for Eddie on irc.freenode.net. Connect and join #eddie-tool if you want some help with configuration, chat about Eddie development,...
... Hash: SHA1 Eddie 0.35 has been released! This version has been a long time coming but check out all the added features, including support for two new...
If anyone is running Linux kernel 2.6.11 or newer you should have been having problems with Eddie collecting system stats (like cpu usage). This should now be...
When you get defunct processes ps puts a '-' for %CPU and %MEM usage, which causes the float to throw an exception. This patch should protect them. -- Dougal...
We had the problem where the elvincricket couldn't keep up with the new elvin messages coming in, which made all of our cricket graphs have dashed lines from...
We finally got around to moving to the commercial supported version of elvin (www.mantara.com) which unfortunately is client limited by license. Unfortunately...
Currently the lib/common/Directives/solaris.py doesn't check for failed hardware on Sun 280Rs/480Rs despite prtdiag providing that information. This patch...
We get lots and lots of log messages that we really don't care about. So I want eddie to stop bringing them to our attention. The easiest way to do this (imho)...
If your python can't do ssl connections you only get the error when you try to connect() not when create the connection. This in theory should trap that...
These are the modules that I currently use that take advantage of the kstat module that I just mailed out. I put these into eddie/lib/SunOS/Directives...
I have been a bit lax in feeding back the patches of stuff that I have modified locally, so here is the first of some number of patches. I needed to have...
I needed to be able to check to see if ports were being listened on that were bound to specific IPs but without having to know the IPs themselves. In this way...
I needed something that would accept a variable output of a PORT command, which eddie didn't do. It does now :) See included patch. If you specify a expectrexp...