2009/7/2 김은영 <[email protected]>: > iquerySecName jupiter > agentSecName jupiter
You only actually need *one* of these settings. They do exactly the same thing. > monitor -r 10 -e rfcNotiFaultCritical -u jupiter > -i rfcPlatformRunningProcessCount.0 > "rfcPlatformRunningProcessCount" > rfcPlatformRunningProcessCount.0 < 3 If you are monitoring a single instance (rfcPRPCount.0) then you should use the "-I" flag with the monitor command. This will ensure that it only attempts to retrieve this one value. Also, you don't need to explicitly add this varbind to the resulting trap (-i rfcPlatformRunningProcessCount.0) Both the OID and the value are included automatically (as mteHotOID and mteHotValue) Dave ------------------------------------------------------------------------------ _______________________________________________ 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
