jobs list?

2011-02-22 Thread Joel Thompson
Hi Guys/Gals, I'M SORRY FOR THE SPAM, but there didn't seem to be an appropriate email distribution for SNMP related jobs. I hope I don't upset too many... Sorry. I'm looking for full or part-time work, as contractor or FTE (if in Sacramento & Bay Area). Recently, in C, I implemented an NET-S

Re: pthread_create and yet thread disappears

2011-02-11 Thread Joel Thompson
Has anyone successfully created a THREAD (posix or other) in a Module? If so, can you share how it was done? Thanks, Joel On 2/9/2011 9:54 PM, Joel Thompson wrote: > I wrote a Module upon INIT of the module > it starts a posix thread (w/ pthread_create), to Monitor some resource. > T

pthread_create and yet thread disappears

2011-02-10 Thread Joel Thompson
I wrote a Module upon INIT of the module it starts a posix thread (w/ pthread_create), to Monitor some resource. The thread-method is called (I know because I see that logs to the snmpd.log) but once it "sleeps" it then wakes and literally disappears. I never get the "done sleeping for" or "Monito

pthread_create and yet thread disappears

2011-02-10 Thread Joel Thompson
I wrote a Module upon INIT of the module it starts a posix thread (w/ pthread_create), to Monitor some resource. The thread-method is called (I know because I see that logs to the snmpd.log) but once it "sleeps" it then wakes and literally disappears. I never get the "done sleeping for" or "Monito

Re: agent/module, monitoring, and traps

2011-01-28 Thread Joel Thompson
On 1/28/2011 5:30 AM, Dave Shield wrote: > On 27 January 2011 18:56, Joel Thompson wrote: >> There is no MIB for my database - that is what I'm working on. >> Once I develop a MIB, then DisMan may be of help.. I have not looked into >> that - I'll check it out. &

Re: agent/module, monitoring, and traps

2011-01-27 Thread Joel Thompson
Hi Dave, There is no MIB for my database - that is what I'm working on. Once I develop a MIB, then DisMan may be of help.. I have not looked into that - I'll check it out. Do you have any suggestions for my other items? Like would my Plan A or B work? Have you done anything like that? gotchas/pi

agent/module, monitoring, and traps

2011-01-26 Thread Joel Thompson
Hi Folks, I've successfully installed the latest net-snmp on windows (using cygwin to run the snmpd, but will be next attempting to make this MSVC compiled and started as native exe w/o cygwin dependencies). I've used this tutorial to setup a simple GET/SET of a variable w/ nstAgentModuleObj