On Fri, Feb 17, 2006 at 03:38:34PM +0700, Ekkawut Wongsuwanloet wrote:
> I'm trying to collect some SNMP data from Terescope 1000Z via JFFNMS instead 
> of their own software. I prepared engine/discovery/terescope.inc.php with 
> discovery_terescope function. 
> Therefore ,I tested this device by snmpwalk ,I got the corrected data I 
> require ,but Terescope 1000Z cannot be scanned any port by nmap. 
> In addition ,when I tried manual discovery w/o portscan,It spent long time 
> and then show me nothing (no results ,no interfaces even SNMP data). 
Then it sounds like your discovery plugin is not working correctly.
If in doubt, print out.

My discovery plugins always start life with something like:
$indexes = snmpwalk(....
var_dump($indexes);

That way I know if the discovery plugin is giving me the right values,
or if the device is giving me the wrong ones. I found a bug in our
switch code that way.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE         Debian developer
csmall at : enc.com.au                      ieee.org           debian.org


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to