Re: How to send the traps in different way.

2010-03-10 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 10 Ma

Re: How to send the traps in different way.

2010-03-10 Thread Dave Shield
On 10 March 2010 10:23, Alexander King wrote: > But I can hardly got you "use the DisMan Event MIB" exactly meaning, >How do I implement this? Write the config info into the snmptrapd.conf file? Yes. > Just like: > monitor -o prNames -o prErrMessage "process table" prErrorFlag != 0 > and I do

Re: How to send the traps in different way.

2010-03-10 Thread Alexander King
t also contain a iquerySecName directive, together with a corresponding createUser entry and suitable access control configuration. -- Original ---------- From: "Dave Shield"; Date: Mon, Feb 8, 2010 10:02 PM To: "Alexander King"; Cc: &quo

How to send the traps in different way.

2010-02-08 Thread Alexander King
Hi Dave and All: The initializing had done.I use function snmp_alarm_register() send the trps each time at a predetermined time period(10 seconds, or 30 seconds). But,I want to send traps like this: 1.when the value changed; 2.when the value is higher or lower than a specific value; 3.j

Re: How to send the traps in different way.

2010-02-08 Thread Dave Shield
On 8 February 2010 12:28, Alexander King wrote: > The initializing had done.I use function snmp_alarm_register() send the > trps each time at a predetermined time period(10 seconds, or 30 seconds). > > But,I want to send traps like this: > 3.just send it; Call the routine sendXxxTrap() (as genera