On Wed, Nov 02, 2011 at 06:20:08PM +0100, Pierre-Damien GATOUILLAT wrote:
> 18:09:38 CHILD #0   H   2 : IT  12 : Autodiscovering Windows System Info.
> 18:09:38 CHILD #0   H   2 : Autodiscovery took 31 msec.
:(

> Nohting discovered.
> What can I do for more debugging ?
In engine/discovery/host_information.inc.php below line 24:
       $system_oid = snmp_get($ip, $rocommunity, $sysObjectID_oid);
       print "Want $param and got $system_oid \n";
       $system_oid = str_replace (".1.3.6.1.4.1","enterprises",$system_oid); //

You only need to add the print line.
This will tell us what SNMP system objectID you are getting and what it
is expecting.  If the two equal then we have a discovered interface.
They're not matching, so I'm trying to find out why.

BTW, I'm using PHP 5.3.8

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
old fingerprint:     1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
NEW fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to