Hi, I would like to canvas your opinions on a number of enhancements that I have in mind for eddie. 1. Add a parameter to only allow localhost access to the...
Hi Andrew, You have two options. Neither of them are very elegant, but that's just down to the history of Eddie's development. You can use the same method as...
Hi Andrew, ... Great idea. See other e-mail. ... It already uses smtplib if SMTP_SERVERS is defined in eddie.cf. See the sendmail functions in utils.py. ... ...
Hi, See below. ... OK, I'll add user and password parameters so I can use an SMTP server that requires authorization. ... On the UPS front, the SNMP option can...
Hi, Is there a way to get at the count for actionmaxcalls. e.g. some way to do something like this: actionmaxcalls=4 if callcount=1: cmd='find / -atime +9...
Hi, Is there any documentation to assist in the adding of an action ? The docs I can find simply say "TODO" Thanks, Andrew -- =============== PPC Linux...
Hi Andrew, Unfortunately there's no doco for developing actions. Nobody has written any yet. However, the action implementation is currently quite simple (a...
Hi Chris, I have been a bit busy with other things, but your mail prompted me to take a look again, and I should have read the log file better :} So I now have...
I've commited to SVN a new action: log() It allows for logging to a file, logging to the eddie tty, and logging via syslog(). action=log("message to log",...
Mark Taylor
mark@...
Mar 24, 2006 7:38 pm
135
Over the weekend, I comitted a new option to Eddie's config: RESCANCONFIGS. It allows for the disabling of Eddie's constant scanning and reloading of its...
The 'exists' rule will evaluate to true if any processes match the name. As to which one actually matched, that result is currently undefined. There's...
I am working on the multiple-match issue today, in fact. Once I have a firmer handle with what's going on in the code, I'll chat with Chris. -Mark...
Mark J. Taylor
mark@...
Mar 28, 2006 1:50 pm
139
After successfully using EDDIE-tool on a Linux-based machine for a month, I tried using it on several OpenBSD 3.6 machines. I found that it ran for somewhere...
Mark Taylor
mark@...
May 4, 2006 3:55 pm
140
I've just comitted the addition of a DBI directive into EDDIE-tool subversion code respository. It allows for generic database connections, and query result...
Mark Taylor
mark@...
May 11, 2006 9:54 pm
141
Elvin users may be interested to hear about an alternative to the Mantara (commercial) Elvin software: Avis. It is designed as a drop- in replacement to...
Din mail er afleveret. Bemærk, denne service kan benyttes max 10 gange per dag. ... Your mail has been delivered. Please note, you can only use this service...
cadets@...
Aug 28, 2007 11:51 am
143
Din mail er afleveret. Bemærk, denne service kan benyttes max 10 gange per dag. ... Your mail has been delivered. Please note, you can only use this service...
cadets@...
Aug 28, 2007 11:58 am
144
Hi I tried following the QuickStart instruction with Eddie-0.35 but I don't get any response when I tried executing eddie.py. Any help is appreciated. Thanks ...
Hi, Normal behaviour is for Eddie to be silent at the console. You want to watch the logfile for information about what Eddie is doing. In config/eddie.cf...
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...
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...
Hi i don't know Python. I'm trying to get an alert if the number of httpd processes goes above 120 in a 2 minute average. So i'm trying to use history with a...
... Hi, Your directive looks fine, although your rule logic is slightly incorrect, just a parenthesis out of place. To calculate the average I think it should...
I can't believe that I forgot that division takes precedence over addition. It is working greate now :-) Thanks. I have one huge request. It seems that...
... You can use string substitution in the same way as the email action, so: action=system('httpCount.pl %(outfield1)s') Action call strings are simply passed...