This is a discussion on Re: disman event - monitoring scalar values (net-snmp 5.4) within the SNMP Coders forums, part of the Networking and Network Related category; On 28/11/06, Pete Marinec <chiefwigms@hotmail.com> wrote: > For example > manager does a SET ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 28/11/06, Pete Marinec <chiefwigms@hotmail.com> wrote:
> For example > manager does a SET request for a BIT saying execute (an INT 1), the agent > receives the set, then notifies saying the BIT has completed, That is presumably in addition to the RESPONSE, sent back to say that the SET succeeded? > I am having trouble implementing the TRAPS. I've looked into using the > DISMAN EVENT to monitor the scalars (using a boolean monitor test) to send a > notificationEvent (with the -n option) so that the payload has all the > OBJECTs (per MIB file) & their respective values (from the agent), however I > never receive any of these notifications (my snmpd.conf file seems to be > setup correctly) (running the snmpd with debug doesn't say anything gets > sent either).. does the disman event monitor scalars? It should do, yes. Try specifying the monitor command using the "-I" (capital i) flag, and giving the exact OID (i.e. including the .0 instance subidentifier) If that still doesn't work, try running the agent with the option -Ddisman, too give some indication what's happening. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |