This is a discussion on Re: monitor an extend OID within the SNMP Users forums, part of the Networking and Network Related category; > > > My simple script here, which I can run via snmpget, never gets > > run my snmpd. &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>
> > My simple script here, which I can run via snmpget, never gets > > run my snmpd. > > > > extend failure /usr/local/bin/failure > > monitor -r 1 ..... > > What about the "agentSecUser" or "iqueryUser" line? > Have you configured which user to run internal queries as > (and given that user sufficient access) ? I had not as it wasn't apparent to me from the man page what exactly was required for this to work. I have since added a user, but still see no indication it's running from the script itself or doing a truss on the snmpd process. Here's what I have now. I am not getting any authentication failures sent out, so what else might be missing? Thanks. createUser testuser agentSecName testuser rouser testuser noauth monitor -u testuser -r 1 -o nsExtendOutput1Line.\"failure\" "Failure Check" nsExtendResult.\"failure\" != 0 -- - Kyle --------------------------------------------- kylet@panix.com http://www.panix.com/~kylet --------------------------------------------- ------------------------------------------------------------------------- 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-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |