Re: Help needed in making an AgentX subagent work...

2017-08-18 Thread jm . challier
Hi again Sorry to have bothered you - the solution was right in front of my eyes : You have to do "netsnmp_ds_set_boolean()" _before_ "init_agent()", not after... I got my callback at last, I can continue the coding... See you :-) -

Help needed in making an AgentX subagent work...

2017-08-17 Thread Jean-Marc CHALLIER
Hello everyone, Sorry to bother you with something that many will certainly find trivial, but it's been driving me crazy for days, now... Even though I read all tutorials I found, I'm pretty sure I'm missing a little something that prevents my program from working... Maybe I misunderstood som