... Just a pretty simple one, ie: (and I use eddie_wrapper to run eddie itself, capture output and send the output and restart eddie if it dies...) CM ... ...
Chris Miles
cmiles@...
Feb 2, 2000 1:37 am
20
Hello, I am about to port eddie to linux :-) I will be producing a redhat RPM for the install. I also have packages for sparc and x86, which are the same...
Rod Telford
rtelford@...
Feb 2, 2000 10:35 pm
21
... Eddie already runs under Linux. See eddie/lib/i586-gnu-linux2.2 CM -- Chris Miles - System Architect - connect.com.au cmiles@......
Chris Miles
cmiles@...
Feb 2, 2000 10:49 pm
22
btw: I have got the Eddie data collector working well now (it is stable now with David's new Elvin module). Pumping shit loads of data into mysql, and have...
Chris Miles
cmiles@...
Feb 2, 2000 10:54 pm
23
... Way cool! When did you have time for that? Cheers, Rod. ... -- Rod Telford | Senior System Administrator rtelford@... |...
Rod Telford
rtelford@...
Feb 2, 2000 11:09 pm
24
... A while ago when I wanted to run Eddie at home. May need tidying up (and still only uses the hacked together system calls like the Solaris stuff) but it...
Chris Miles
cmiles@...
Feb 2, 2000 11:55 pm
25
Eddie-0.22 has been released. See http://www.codefx.com.au/eddie/ for more information. CM -- Chris Miles chris@... http://www.psychofx.com/chris/...
Chris Miles
chris@...
May 15, 2000 2:26 pm
26
Have incorporated solkstatmodule.so into Eddie and am now pulling iostat data out of it for storing in the eddiedb. There was a file-descriptor leak caused by...
Chris Miles
chris@...
May 23, 2000 10:38 pm
27
Eddie-0.23 is now available for download. See http://www.codefx.com.au/eddie/ CM -- Chris Miles chris@... http://www.psychofx.com/chris/...
Chris Miles
chris@...
Jun 19, 2000 8:02 am
28
Another monitoring system, also developed in Python, with some similar-looking ideas to Eddie. http://www.biostat.wisc.edu/~annis/mom3/index.html Just for...
Chris Miles
chris@...
Jul 14, 2000 12:15 pm
29
... If a directive is defined with 'template=self' argument, that means it is to be used as a template for other directives only, and should not be scheduled...
Chris Miles
cmiles@...
Jun 14, 2001 5:22 am
30
... Sweet. Could it also list the number of active threads [just a call to threading.activeCount()] and number of file descriptors [a call to countFDs() in...
Chris Miles
cmiles@...
Jun 14, 2001 5:40 am
31
... I could bolt it into the main thread if you like. Currently its a sep thread. We could add anything we like.... I was thinking of a simple text based...
Rod Telford
rtelford@...
Jun 14, 2001 5:46 am
32
... Either way, as long as it fits in neatly. ... I was thinking it could simply display all the useful information and then close the connection. Accepting...
Chris Miles
cmiles@...
Jun 14, 2001 6:10 am
33
btw: I want to release the current version as 0.25 soon so I am just getting the main features finished (which they basically are) and stabilised. So if we...
Chris Miles
cmiles@...
Jun 14, 2001 6:31 am
34
... OK I now have a simple thing working.. devhost1[/etc] telnet devhost1 33343 Trying 192.168.41.7... Connected to devhost1.off.ekorp.com. Escape character...
Rod Telford
rtelford@...
Jun 14, 2001 8:26 am
35
... Like we mentioned, either a new directive argument like faultstr = "%(var1)s has failed %(var2)s on %(h)s" or a new directive method which returns a...
Chris Miles
cmiles@...
Jun 14, 2001 9:25 am
36
What do you think of putting the extended messages in little files? I think that it would make the config look allot neater? Have something like M commonmsg: M...
Rod Telford
rtelford@...
Jun 15, 2001 12:29 pm
37
... Yup, sounds like a good idea. I'll add it to the TODO list. Some of the config parsing I don't want to mess with till there is a stable release, as some...
Chris Miles
cmiles@...
Jun 16, 2001 4:04 am
38
I have add a new directive argument "act2ok" I have setup act2okList as a default arg in the Directive class and added some code to set it in the default token...
Rod Telford
rtelford@...
Jun 17, 2001 2:51 am
39
... You'll have to send the code over, I'll check it out tomorrow. CM -- Chris Miles chris@... http://www.psychofx.com/chris/...
Chris Miles
chris@...
Jun 17, 2001 8:18 am
40
... This is was a strange on..... this works PROC test: procname='top' template='proctpl' scanperiod='30' act2ok='COMMONFIXED(commonmsg.proc)' ...
Rod Telford
rtelford@...
Jun 17, 2001 11:17 am
41
... OK, this worked for me no matter where I put the arguments! action could be last, act2ok could be last, they could be mixed in other orders, no problems! ...
Chris Miles
chris@...
Jun 18, 2001 1:34 pm
42
I was thinking that XML-RPC might be the way to go for console related stuff. have the ability to do stuff like testhost1_console =...
Rod Telford
rtelford@...
Jun 21, 2001 5:43 am
43
Basic documentation is done, so I am proposing a freeze on any code changes besides bug fixes for 2 days while we complete any tests before releasing the next...
Chris Miles
cmiles@...
Jul 3, 2001 3:31 am
44
Eddie version 0.25 has been released. 0.25 is a major update and Eddie is now fully threaded (and thus requires threads support in Python) and has a new...
Chris Miles
chris@...
Jul 6, 2001 9:52 am
45
I have added a PING directive to perform basic icmp pinging of hosts. It uses some nice code I found which is all native Python. Using some of the other ...
Chris Miles
chris@...
Jul 13, 2001 1:41 pm
46
I added basic HP-UX support last week - just enough to support a HP-UX box I had to monitor :) The data collected for HP-UX is currently: Processes - all...
Chris Miles
chris@...
Jul 13, 2001 1:47 pm
47
Added new directive: FILE This does an os.stat() on the file and lets you write a rule using any of the 10 stats returned. The variables are: mode, ino, dev,...
Chris Miles
chris@...
Jul 16, 2001 1:03 am
48
... Could you do something like FILE messages: file='/var/adm/messages' rule='size < lastsize' action='email("alert", "someone is playing funny buggers with...