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...
Dougal Scott
dwagon@...
Nov 11, 2003 2:23 am
104
Very nice! Will get that into the next version release ... whenever that will be. Damn work keeping me too busy. But keep the patches rolling in :) Cheers CM ...
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...
Dougal Scott
dwagon@...
Nov 14, 2003 6:08 am
106
Quite often I need to put in checks to make sure that the rate of change in a number is within certain limits - lots of things use SNMP style counters for...
Dougal Scott
dwagon@...
Nov 17, 2003 5:20 am
107
There's no functionality like this in the current code but it would be very cool. Will have to think of the best way to implement it. Cheers CM ... -- Chris...
Hi all, I have finally found some time to complete Zac's work on limiting Directive execution to specified time ranges. I added a new Directive paramater,...
Just starting to roll out eddie to some new linux boxes (Have been purely solaris shop up until now) and finding some issues. The proc namehash doesn't index...
Dougal Scott
dwagon@...
Jun 22, 2004 3:51 am
112
Linux and solaris say different things when binding to all interfaces. So here is a small patch to Directives/common.py to make it so you can specify either...
Dougal Scott
dwagon@...
Jul 23, 2004 4:12 am
113
... Hash: SHA1 It has been a long time between releases (blame real work!) but a few days ago I finally found time to release Eddie-0.33. ...
Hiya, Yeah that annoyed me too! I have actually implemented a similar fix which you'll find in the new release, 0.33 (which I just sent out an announcement...
This patch missed the 0.33 release (I hadn't caught up on my patches emails sadly) but has been added in now. So will be included in the next release. Ditto...
Sorry for my very bad English. File common.py have TODO line about shared systemcall _semaphore and COMsemaphore. IMHO COMsemaphore.acquire() must be replaced...
Hi Denis, yes I would say you are right. It looks like we noted this in the past (hence the "TODO") but were waiting on proof that they did indeed clash. Have...
Hi Denis, Thanks for confirming that. I will role that change into the current code so it will be included in the next release. Cheers, Chris. -- Chris Miles ...
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...
Dougal Scott
dwagon@...
Sep 7, 2004 3:08 am
123
I had problems on Linux specifying processes by name which this patch fixed....
Dougal Scott
dwagon@...
Sep 7, 2004 4:16 am
124
All the solaris system tools return in KB, but the linux ones return in bytes. This fixes that - although this will hurt people who just use linux as all their...
Dougal Scott
dwagon@...
Sep 7, 2004 4:20 am
125
This was a while ago - I think it fixes some wierd issues with the way Solaris specifies dates. YYMV...
Dougal Scott
dwagon@...
Sep 7, 2004 4:25 am
126
If you are unfortunate enough to have Sun blades then this patch will help monitor the temps etc....
Dougal Scott
dwagon@...
Sep 7, 2004 4:34 am
127
With the old smtp method you would get whinges when it couldn't send via one of the smtp hosts even if it eventually succeeded in using one of the other hosts....
Dougal Scott
dwagon@...
Sep 7, 2004 4:41 am
128
Simple module to measure smtp connection times...
Dougal Scott
dwagon@...
Sep 7, 2004 4:57 am
129
I have modules that do all sorts of funky stuff on Solaris by interrogating the kstat chains. I have sent them to Chris before but as they haven't been...
Dougal Scott
dwagon@...
Sep 7, 2004 5:16 am
130
... This works for SunOS - probably could do with more testing. This pulls everything out of 'df -g'. I haven't seen anything equivalent on Linux, but I...
Dougal Scott
dwagon@...
Sep 8, 2004 5:24 am
131
Hi, Thanks for the recent patches. They are much appreciated and I will go through them in more detail soon. I am about to release the next version which has...
Eddie-0.34 has now been released. This release contains a few bugfixes, better support for OpenBSD, Darwin and Redhat Enterprise Linux 3, and includes SNMP...