It's been a while, but I brought back up the netcon website.. http://dj1.willowmail.com/~jeske/Projects/Netcon/...
52
monish5@...
Apr 20, 2006 6:24 am
This campaign is about Human beings, Democracy, UNHCR, Refugees, The Iraqis, Islam, Kurds, Human rights, Respect, Money, Donations, Angelina Jolie, Pavarotti,...
51
mimccu
Apr 4, 2006 4:27 pm
I can't reach www.neomason.com/netcon. Is anyone else having the same problem? Thanks, Mike...
50
launcehaught
Mar 3, 2006 3:21 am
... 'mailserv.sf-office.broadline.com'. ... majority ... sensible. ... Well, added quotes and yeppers, it worked... well, it worked more... [root@mailserv...
49
launcehaught
Mar 3, 2006 1:07 am
... 'mailserv.sf-office.broadline.com'. ... majority ... sensible. ... Well, added quotes and yeppers, it worked... well, it worked more... [root@mailserv...
48
launcehaught
Mar 2, 2006 11:07 pm
Ok, I am starting to feel a little behind the curve here... I ran through the install process, and the following 2 issues have stumped me... 1) I can't start...
47
Gregory Sutter
zer0es
Mar 2, 2006 8:59 pm
... Looks like you need some quotes around 'mailserv.sf-office.broadline.com'. -- Gregory S. Sutter In view of the stupidity of the majority ...
46
launcehaught
Mar 2, 2006 8:46 pm
Hello folks, Ok, I went through the install process, got all the way to the point of the first fire up of the software. What I got back was... [root@mailserv...
45
brenda-warnes179@...
Jan 19, 2006 3:09 pm
Well even if you're not looking for love, and just a bit of fun thought I'd give you all this tip. So you can stay away from all the BS fake profiles places....
44
brenda-warnes179@...
Jan 11, 2006 12:57 pm
Well even if you're not looking for love, and just a bit of fun thought I'd give you all this tip. So you can stay away from all the BS fake profiles places....
43
netcon@...
Oct 12, 2005 1:13 am
Save money, click the link below, fill out this free form to refinance your home now. http://refinowzxyngm.usaweb.nu/ '...
42
...Paul
cryomax
Nov 16, 2004 11:03 pm
... I figured as much. You definitely don't want to be trying to send multiple tuples with GET, but it makes for a nice quick "Alert! I broke!" message...
41
Brandon Long
blong@...
Nov 16, 2004 10:59 pm
That's probably fine, and would work for regular POST as well. The only problem with GET is that apache generally limits the URL to about 2k. Granted, Dave...
40
cleggp@...
cryomax
Nov 16, 2004 7:18 pm
Crafting a multipart HTTP POST request just to send up a single message to the server seemed pretty unwieldy, when all that seemed necessary is to send the...
39
Brandon Long
blong@...
Aug 21, 2004 6:23 pm
... It was probably a damaged table, you could have done: repair database nc_monitor_history; might have fixed it. Brandon -- "I refuse to believe the...
38
Mark Fletcher
snoovler
Aug 21, 2004 12:53 am
... Ok, I think it's all fixed now. Interestingly, I got the error: ERROR 1016: Can't open file: 'nc_monitor_history.MYD39;. (errno: 145) I then tried to just...
37
David Jeske
david_w_jeske
Aug 21, 2004 12:29 am
You need to setup an innodb tablespace in your my.cnf, then after that you just need to do: alter table mytable type=innodb; Here is some info on the my.cnf...
36
Mark Fletcher
snoovler
Aug 20, 2004 9:16 pm
... Ok. Is there a quick way to switch to Innodb? The file isn't missing, that's the weird thing.... Thanks, Mark...
35
David Jeske
david_w_jeske
Aug 20, 2004 8:40 pm
That's curious. The first thing I would recommend is switching to Innodb tables. However, I don't know why a mysql .MYD file would be missing. ... main ... ...
34
Mark Fletcher
snoovler
Aug 20, 2004 8:26 pm
Every few days, I need to restart MySQL because it gets in a state where it says it has too many open connections. Killing apache and killing/restarting MySQL...
33
Mark Fletcher
snoovler
Jun 23, 2004 8:40 pm
... I've gotten it working reasonably well, and haven't touched it in awhile. It's monitoring about 25 machines right now. I have noticed that mysql will hang...
32
David Jeske
david_w_jeske
Jun 23, 2004 7:45 pm
How is netcon working for people? I need to make some extensions, and I want to know if there is any code out there I should incorporate before I start ...
31
Mark Fletcher
snoovler
Apr 3, 2004 4:09 am
... I guess what I was thinking was having an option so that when I remove a collector, it's history is dropped completely. Same with a machine, I suppose,...
30
David Jeske
david_w_jeske
Apr 3, 2004 1:09 am
... Yes, this is a know problem. When looking at the web UI, you can mark the item as "Watch" and it will stop paging you. I've not figured out the right way...
29
Mark Fletcher
snoovler
Apr 2, 2004 9:09 pm
I moved some machines around in the co-lo and switched off one of my backup machines (named a04 in this case). A service on that machine was being monitored by...
28
Ethan Erchinger
ethan_erchinger
Mar 31, 2004 8:55 pm
... Actually looking at it the following should be added: else: output = '' # I'm assuming that something doesn't have to be returned to Netcon on each...
27
Mark Fletcher
snoovler
Mar 29, 2004 10:57 pm
... Cool, that works. Remember, I don't know Python, *and* I have been in upper management. That combination can be dangerous. :-) ... When I had a drive fail...
26
Ethan Erchinger
ethan_erchinger
Mar 29, 2004 7:21 pm
... if os.path.isfile('/proc/mdstat'): f = open('/proc/mdstat', 'r') output = f.read() f.close() ... Python is pretty good at reading files. :-) Also,...
25
Mark Fletcher
snoovler
Mar 28, 2004 5:54 pm
Attached is a new version of MDMonitor.py for monitoring Linux software raids. The last version was using lsraid to check the raid status, but I discovered...
24
Brandon Long
blong@...
Mar 25, 2004 10:14 am
Cool. I think the stats are supposed to be of the form service:type, so those would probably be of type :cur with the current system. So, they could be...