Search the web
Sign In
New User? Sign Up
eddie-users · Eddie Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 125 - 154 of 154   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
125
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...
andrew_tholt
Offline Send Email
Feb 27, 2006
4:41 pm
126
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...
Chris Miles
psychofx_com
Offline Send Email
Feb 27, 2006
11:28 pm
127
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. ... ...
Chris Miles
psychofx_com
Offline Send Email
Feb 27, 2006
11:38 pm
128
Hi, The first sounds less of a hack, so I'll look at that. Thanks, Andrew...
andrew_tholt
Offline Send Email
Feb 28, 2006
9:29 am
129
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...
andrew_tholt
Offline Send Email
Feb 28, 2006
9:35 am
130
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...
andrew_tholt
Offline Send Email
Feb 28, 2006
11:05 am
131
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...
Andrew
andrew_tholt
Offline Send Email
Mar 19, 2006
12:21 pm
132
Hi Andrew, Unfortunately there's no doco for developing actions. Nobody has written any yet. However, the action implementation is currently quite simple (a...
Chris Miles
psychofx_com
Offline Send Email
Mar 21, 2006
8:35 pm
133
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...
andrew_tholt
Offline Send Email
Mar 23, 2006
11:51 am
134
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@...
Send Email
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...
Mark Taylor
mark@...
Send Email
Mar 27, 2006
3:26 pm
136
running in proc directive...
slcwk
Offline Send Email
Mar 27, 2006
8:21 pm
137
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...
Chris Miles
psychofx_com
Offline Send Email
Mar 27, 2006
8:59 pm
138
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Chris Miles
psychofx_com
Offline Send Email
Aug 28, 2007
11:45 am
142
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@...
Send Email
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@...
Send Email
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 ...
chz013
Offline Send Email
Sep 12, 2007
10:24 pm
145
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...
Chris Miles
psychofx_com
Offline Send Email
Sep 13, 2007
8:32 am
146
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...
Chris Miles
psychofx_com
Offline Send Email
Dec 7, 2007
2:09 am
147
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...
Chris Miles
psychofx_com
Offline Send Email
Nov 6, 2008
9:14 am
148
... Very cool! I'll update the openSUSE buildservice package when I find time. Peter...
Peter Poeml
ppoeml
Offline Send Email
Nov 6, 2008
4:44 pm
149
... That'd be great, thanks Peter. Cheers, Chris...
Chris Miles
psychofx_com
Offline Send Email
Nov 7, 2008
12:01 am
150
I have migrated the Eddie source & wiki over to Google Code, off a private Trac instance that I was getting too lazy to maintain. ...
Chris Miles
psychofx_com
Offline Send Email
Sep 3, 2009
1:57 pm
151
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...
Farhad Saberi
farhad_saberi
Offline Send Email
Oct 15, 2009
12:03 am
152
... 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...
Chris Miles
psychofx_com
Offline Send Email
Oct 15, 2009
12:41 am
153
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...
Farhad Saberi
farhad_saberi
Offline Send Email
Oct 15, 2009
1:30 am
154
... 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...
Chris Miles
psychofx_com
Offline Send Email
Oct 15, 2009
4:39 am
Messages 125 - 154 of 154   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help