On Mon, Nov 07, 2011 at 10:24:00AM +0100, Pierre-Damien GATOUILLAT wrote:
> 10:09:12 CHILD #0   H   2 : IT  12 : Autodiscovering Windows System Info.
> 10:09:12 CHILD #0   Want enterprises.311 and got .1.3.6.1.4.1.311.1.1.3.1.3
> 10:09:12 CHILD #0   H   2 : Autodiscovery took 67 msec.
That is what we want. Thanks for sending that in.
So why no discovery?
The real strange thing is that the discovery plugin is identical to
0.8.3

Time for more output, in the same file
engine/discovery/host_information.inc.php youll see a line around line
46:
  $devices = snmp_walk(....
after that put
  var_dump($devices);

right near the end of the file there is 
  return $cpu_info;
BEFORE that line put
  var_dump($cpu_info);

I should probably put some sort of flag to turn on insane levels of
debugging for this sort of thing.

 - 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