Re: snmp_alarm_register
Alexander Bubnov <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hope this help below taken from net-snmp 5.4.2.1 source code: ... /* define signal if DNE */ #ifndef have_signal #ifdef have_sigset #define signal(a,b) sigset(a,b) #endif #endif ... signal(SIGALRM, alarm_handler); ... Then you can see manual of signal system call/function. 2009/2/5 Isaac Eliassi <[email protected]> > Hi, > > > > I am using an old version, ucd-snmp-4.2.6. > > I register my function Querying_Function using snmp_alarm_register. > > > > The first period variable is QUERYING_PERIOD (10 sec) > > > > In case that Querying_Function duration is longer than QUERYING_PERIOD, > what will happened? > > > > Best regards, > > > > *Isaac Eliassi* > > > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > Net-snmp-users mailing list > [email protected] > Please see the following page to unsubscribe or change other options: > https://lists.sourceforge.net/lists/listinfo/net-snmp-users > > -- /BR, Alexander ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users