I have forgotten a MySQL table, so after you have installed the plugins, create this table:
CREATE TABLE IF NOT EXISTS `glpi_plugin_fusioninventory_construct_walks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `construct_device_id` int(11) NOT NULL DEFAULT '0', `log` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ; Le Tue, 10 Jul 2012 15:33:47 +0200 David DURIEUX <[email protected]> a écrit: >Alpha 1 is available. > >It's compatible with glpi 0.83(.0), 0.83.1 and 0.83.2 only > >Use it in GLPI test environement (of course) > >You install the 2 plugins like FusionInventory plugins. > >You update file fusinvsnmp/inc/construcmodel.class.php, modify lines 87 >to 90 > >modify [login], [pass] and [key] with login, password and key sent by >mail with your request > > >After you have a menu in plugins > FusionInventory, SNMP > SNMP models >creation > >When you edit oids, you have 3 colors for tables border: >* green => oid yet added in server for this device >* blue => it's a suggestion >* red => you must check manually if required (you can't have a > suggestion when have 2 oids for a mapping, but the % used in models > can help you to check the right oid) > >Archive is here: http://glpi.siprossii.com/temp/snmptool_alpha1.tar.gz > >Best regards, >David >++ > > >Le Tue, 10 Jul 2012 09:31:59 +0200 >David DURIEUX <[email protected]> a écrit: > >>Hello all, >> >>I'm working on the tool for SNMP model creation (sponsored by a french >>university ^^). >> >>The tool has 2 parts: >>* Server get oid you check in client part, generate XML models, manage >> authentication of users use the tool >>* Client, it's in the plugin FusionInventory for GLPI. You upload your >> snmpwalk log file locally, check the oids of your snmpwalk and send >> this to the server, after you can get the XML SNMP model. >> >> >>The beta test will begin in couple of hours / days, if >>somebody want to participate to the test, send me in private (in my >>mail, not in this mailling list) a login to create an account on the >>server. Put in object of the mail the mention: SNMP TOOL ACCOUNT >> >> >>Thanks ! >> >> >>Best regards, >> >>David DURIEUX >>++ >> >>_______________________________________________ >>Fusioninventory-user mailing list >>[email protected] >>http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-user > >_______________________________________________ >Fusioninventory-user mailing list >[email protected] >http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-user _______________________________________________ Fusioninventory-user mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-user
