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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 49 - 78 of 154   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
49
This works well. I have added it to the contrib area for the next release. CM ... -- Chris Miles chris@... http://www.psychofx.com/chris/...
Chris Miles
psychofx_com
Offline Send Email
Dec 1, 2002
8:29 pm
50
EDDIE-Tool 0.31 has now been released. Major features added are directive dependencies, programmable action call periods, and access to previously collected...
Chris Miles
psychofx_com
Offline Send Email
Dec 16, 2002
11:10 am
51
I have tried Eddie-0.31, and I get the following failure at startup: ,---- ... `---- I read in the change log that Eddie checks for duplicate classes... Well,...
Arcady Genkin
agenkin-lst-eddie-use...
Send Email
Dec 18, 2002
6:52 pm
52
You know what? I'd never thought of splitting rules in that way! Which is probably obvious since your configuration is not supported anymore. I think what...
Chris Miles
psychofx_com
Offline Send Email
Dec 18, 2002
10:47 pm
53
We have lots of default rules (ones that aren't in a group and thus apply to all hosts), such as whingeing when the load average gets over 10, and so forth....
Dougal Scott
dwagon@...
Send Email
Dec 19, 2002
12:10 am
54
The below is true for Eddie 0.30. 1. PID checking. ... We are running EDDIE as a non-privileged process. If a PID file exists, but is unreadable, the...
Arcady Genkin
agenkin-lst-eddie-use...
Send Email
Dec 19, 2002
10:22 pm
55
... This requirement has been on my list for a while, so thanks for the excuse to implement it! Actually, it only took about 15mins. Love Python :) I have...
Chris Miles
psychofx_com
Offline Send Email
Dec 24, 2002
11:39 pm
56
I'm playing with eddie 0.31 to see if it can helps monitoring our network of linux and solaris workstations. A newbye question: if a rule gives a "true" result...
emmanuelonus <emmanue...
emmanuelonus
Offline Send Email
Dec 25, 2002
8:31 pm
57
... Hi, surprisingly this request hasn't come up before. I tried to think of a simple way to do this with the current features but I couldn't. Since this is...
Chris Miles
psychofx_com
Offline Send Email
Dec 29, 2002
10:17 pm
58
Thank you ! I'm testing the new code, and it seems to do exactly what i needed. There may an off-by-one error in the code. The following rule: PROC test: ...
emmanuelonus <emmanue...
emmanuelonus
Offline Send Email
Dec 30, 2002
2:16 pm
59
Yet another question: is it possible to define classes of hosts using some command ? For instance, I have a few servers, lots of clients running RedHat 7.3,...
emmanuelonus <emmanue...
emmanuelonus
Offline Send Email
Dec 30, 2002
6:21 pm
60
... Yes, I'd love to see this feature as well! For instance, we maintain scripts that output names of all Linux and Solaris clients. I'd love to be able to do...
Arcady Genkin
agenkin-lst-eddie-use...
Send Email
Dec 31, 2002
10:08 pm
61
Hi, dynamic class creation from external commands sounds like a good idea. I will look at the best way to implement it. I have also been thinking of extending...
Chris Miles
psychofx_com
Offline Send Email
Jan 2, 2003
11:41 am
62
Sorry, the idea would be that Eddie defines the available variables for the 'match rule' from the system itself. These would be defined from the likes of...
Chris Miles
psychofx_com
Offline Send Email
Jan 2, 2003
1:27 pm
63
... Would it be more consistent with the current syntax to have an act2bad clause? So you have: action fail act2ok fail->ok act2bad ok->fail ...
Dougal Scott
dwagon@...
Send Email
Jan 6, 2003
12:45 am
64
Hum, I would really like to be able to query my database of hosts (postgresql) from Eddie... Systeme type is often not enough: a site may use quasi-identical...
Emmanuel Viennet
emmanuelonus
Offline Send Email
Jan 9, 2003
7:56 am
65
Does Eddie always use the command "df" ? If a NFS does not respond, the df command may hangs for a very long time, and Eddie gets stucks. Today, I noticed that...
emmanuelonus <emmanue...
emmanuelonus
Offline Send Email
Jan 18, 2003
9:19 pm
66
Hi, yes Eddie calls "df" to get disk usage information. On Linux it calls "df -l" to only check local filesystems, which is supposed to ignore NFS mounts. Are...
Chris Miles
psychofx_com
Offline Send Email
Jan 18, 2003
9:51 pm
67
... df -l works perfectly on linux, even if a mounted NFS server is down. In fact, after more investigations, Eddie is responding correctly to the failure. ...
emmanuelonus <emmanue...
emmanuelonus
Offline Send Email
Jan 21, 2003
8:41 am
68
... -- Chris Miles chris@......
Chris Miles
psychofx_com
Offline Send Email
Jan 21, 2003
9:51 am
69
As I tried to say, before IMP screwed my last mail... ... Good to hear :) ... If it helps, Eddie can now be configured to send email via a remote SMTP server,...
Chris Miles
psychofx_com
Offline Send Email
Jan 21, 2003
10:09 am
70
Hi, what is the "official" way to stop eddie ? I'd like to install eddie as a service (in /etc/init.d) with start/stop/status options (I use eddie_wrapper) Has...
emmanuelonus <emmanue...
emmanuelonus
Offline Send Email
Mar 4, 2003
12:08 pm
71
... I'm attaching a startup script that we use here. It starts Eddie as an unprivileged user. You can probably use it as a starting point if you want. -- ...
Arcady Genkin
agenkin-lst-eddie-use...
Send Email
Mar 7, 2003
1:23 am
72
You will find some sample init.d scripts in eddie/contrib/init.d/ for Redhat and Solaris. I have an improved Redhat init.d script I use now, which I have also...
Chris Miles
psychofx_com
Offline Send Email
Mar 9, 2003
11:46 pm
73
Hi. Am catching up on some old email after a couple of busy months. (apologies) ... Checking the code (lib/common/Directives/common.py) try: pidfile = open(...
Chris Miles
psychofx_com
Offline Send Email
Mar 12, 2003
11:27 pm
74
Hi. Yes, you were right. This has been corrected in the latest code. Hopefully a new release will be out soon. Cheers, Chris. ... -- Chris Miles ...
Chris Miles
psychofx_com
Offline Send Email
Mar 12, 2003
11:55 pm
75
Hi, Is it possible to use an external file to define the contents of CLASSes? That is, set only CLASSes outside of eddie.cf. thanks, dm...
idigfiremen
Online Now Send Email
Apr 15, 2003
7:40 pm
76
... Class definitions can be done in any config file, including those that are included from eddie.cf I use this to do a lot of autogeneration of eddie...
Dougal Scott
dwagon@...
Send Email
Apr 16, 2003
1:37 am
77
EDDIE-Tool 0.32 has now been released. Adds some small enhancements including new directive parameters actionmaxcalls and excludehosts, along with some...
Chris Miles
psychofx_com
Offline Send Email
Apr 21, 2003
10:27 pm
78
... 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. ...
Chris Miles
psychofx_com
Offline Send Email
Jul 23, 2004
8:20 am
Messages 49 - 78 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