> > > 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 --------------------------------------------- [EMAIL PROTECTED] 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?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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
