From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 17:07:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4D9DC29; Wed, 4 Feb 2015 17:07:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEDB261F; Wed, 4 Feb 2015 17:07:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14H7rqT042076; Wed, 4 Feb 2015 17:07:53 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14H7rHI042072; Wed, 4 Feb 2015 17:07:53 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201502041707.t14H7rHI042072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 4 Feb 2015 17:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378407 - head/net-mgmt/glpi-plugins-fusioninventory-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 17:07:54 -0000 Author: vg Date: Wed Feb 4 17:07:52 2015 New Revision: 378407 URL: https://svnweb.freebsd.org/changeset/ports/378407 QAT: https://qat.redports.org/buildarchive/r378407/ Log: - Upgrade to 0.35 Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile ============================================================================== --- head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile Wed Feb 4 16:37:21 2015 (r378406) +++ head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile Wed Feb 4 17:07:52 2015 (r378407) @@ -1,62 +1,35 @@ -# Created by: Gvozdikov Veniamin +# Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= server PORTVERSION= ${GLPI_VER}.${FUNV_VER} PORTEPOCH= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://forge.fusioninventory.org/attachments/download/668/ +MASTER_SITES= http://forge.fusioninventory.org/attachments/download/1665/ PKGNAMEPREFIX= glpi-plugins-fusioninventory- -DISTNAME= fusioninventory-for-glpi-metapackage_${GLPI_VER}+${FUNV_VER} +DISTNAME= fusioninventory-for-glpi_${GLPI_VER}+${FUNV_VER} MAINTAINER= vg@FreeBSD.org COMMENT= Plugin of glpi to get information of networking devices -RUN_DEPENDS= glpi>=0.80:${PORTSDIR}/www/glpi +LICENSE= AGPLv3 -USE_PHP= simplexml wddx +RUN_DEPENDS= glpi>=0.84:${PORTSDIR}/www/glpi -GLPI_VER= 0.80 -FUNV_VER= 1.5 +USE_PHP= fileinfo simplexml wddx +USES= gettext +GLPI_VER= 0.84 +FUNV_VER= 3.5 WRKSRC= ${WRKDIR} NO_BUILD= yes GLPIPLUGINDIR?= www/glpi/plugins -OPTIONS_DEFINE= INVENTORY SNMP - -INVENTORY_DESC= Additional features -SNMP_DESC= SNMP support - -OPTIONS_DEFAULT=INVENTORY - .include -.if ${PORT_OPTIONS:MINVENTORY} -PLIST_SUB+= INVENTORY="" -.else -PLIST_SUB+= INVENTORY="@comment " -.endif - -.if ${PORT_OPTIONS:MSNMP} -PLIST_SUB+= SNMP="" -.else -PLIST_SUB+= SNMP="@comment " -.endif - do-install: @${MKDIR} -m 0755 ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} @${CP} -R ${WRKSRC}/fusioninventory ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusioninventory -.if ${PORT_OPTIONS:MINVENTORY} - @${CP} -R ${WRKSRC}/fusinvinventory ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusinvinventory -.endif - -.if ${PORT_OPTIONS:MSNMP} - @${CP} -R ${WRKSRC}/fusinvsnmp ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusinvsnmp -.endif - .include Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo ============================================================================== --- head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo Wed Feb 4 16:37:21 2015 (r378406) +++ head/net-mgmt/glpi-plugins-fusioninventory-server/distinfo Wed Feb 4 17:07:52 2015 (r378407) @@ -1,2 +1,2 @@ -SHA256 (fusioninventory-for-glpi-metapackage_0.80+1.5.tar.gz) = be5ad231bbf3f7d28fb71e875172e9eab89188db011a9ca4e839891c46736e97 -SIZE (fusioninventory-for-glpi-metapackage_0.80+1.5.tar.gz) = 2306903 +SHA256 (fusioninventory-for-glpi_0.84+3.5.tar.gz) = fc74a37530b1e4d6f07439beb7d4fea0aea6aabc53e4afe9793764654cc0deea +SIZE (fusioninventory-for-glpi_0.84+3.5.tar.gz) = 3472328 Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist ============================================================================== --- head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist Wed Feb 4 16:37:21 2015 (r378406) +++ head/net-mgmt/glpi-plugins-fusioninventory-server/pkg-plist Wed Feb 4 17:07:52 2015 (r378407) @@ -1,909 +1,42 @@ -%%INVENTORY%%www/glpi/plugins/fusinvinventory/LICENSE -%%INVENTORY%%www/glpi/plugins/fusinvinventory/ajax/blacklist.tabs.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/ajax/ruleentity.tabs.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/b/esx/index.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/blacklist.form.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/blacklist.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/importxml.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/libintegrity.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/popup.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/ruleentity.form.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/front/ruleentity.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/hook.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/antivirus.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/blacklist.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/computer.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/config.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/criteria.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/esx.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_antivirus.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_controller.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_drive.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_graphiccard.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_memory.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_monitor.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_networkport.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_peripheral.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_printer.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_processor.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_software.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_sound.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_storage.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_user.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/import_virtualmachine.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/importxml.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/inventory.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/lib.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/libfilter.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/libhook.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/libintegrity.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/lock.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/ruleentity.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/ruleentitycollection.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/staticmisc.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/vmwareesx.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/inc/webservice.class.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/includes.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/install.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/pciid.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.2-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.3-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.4-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-0.80+1.5-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.0-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.1-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.2-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.3.3-1-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/plugin_fusinvinventory-2.4.0-empty.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/mysql/usbid.sql -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update_231_232.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update_232_240.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/install/update_240_0.80+1.1.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/de_DE.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/en_GB.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/es_ES.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/et_EE.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/fr_FR.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/he_IL.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/it_IT.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/pl_PL.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/pt_BR.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/ru_RU.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/locales/tr_TR.php -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_blacklist.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_checkintegrity.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_importxml.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_mini_blacklist.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_mini_checkintegrity.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/pics/menu_mini_importxml.png -%%INVENTORY%%www/glpi/plugins/fusinvinventory/setup.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/miblabel.tabs.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/mibobject.tabs.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/miboid.tabs.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/ajax/showporthistory.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/CHANGELOG.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/LISEZMOI.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/README.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/docs/ROADMAP.TXT -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/agentconfig.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/configsecurity.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/configsecurity.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/constructdevice.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/constructdevice.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/documentation.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/functionalities.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miblabel.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miblabel.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/mibobject.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/mibobject.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miboid.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/miboid.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/model.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/model.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/models.export.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/printer_info.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/printerlog.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/printerlogreport.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/report.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/statediscovery.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/stateinventory.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/switch_info.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/front/unknowndevice.form.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/hook.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/agentconfig.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/commondbtm.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/communicationnetdiscovery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/communicationsnmp.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/communicationsnmpquery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/config.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/configlogfield.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/configsecurity.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/constructdevice.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/constructdevice_miboid.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/constructdevicewalk.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/importexport.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/miblabel.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/mibobject.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/miboid.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/model.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/modelmib.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/netdiscovery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkequipment.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkequipmentip.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkport.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkportconnectionlog.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/networkportlog.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printer.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printercartridge.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printerlog.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/printerlogreport.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/snmp.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/snmpinventory.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/statediscovery.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/stateinventory.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/staticmisc.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/inc/unknowndevice.class.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/includes.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/install.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/.htaccess -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.0-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.0-1-update.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.1-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.2-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.3.3-1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-2.4.0-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update_221_230.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update_231_232.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/update_232_240.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/de_DE.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/en_GB.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/es_ES.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/fr_FR.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/it_IT.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/pl_PL.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/pt_BR.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/ru_RU.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/locales/tr_TR.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/100911.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/102642.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1062513.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1066772.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1087055.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1097230.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1100107.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1110620.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1111711.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1183883.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1188708.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1227963.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1240921.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1241199.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1248772.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1263137.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/127417.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1283066.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1284008.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1284814.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/12909.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1305825.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1357571.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1424888.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/145271.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/146434.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1464697.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1489048.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1508091.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1512250.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1549678.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1561171.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1568308.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1568514.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1582490.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1614677.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1633630.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/163417.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1636809.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1661609.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1664272.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1680669.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1681290.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1681846.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1684819.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1693982.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1701111.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1704151.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1705000.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1718358.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1738515.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1745662.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1747304.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1771067.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1806468.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1816151.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1820729.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1821133.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1824437.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1872248.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1881700.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1884225.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1942119.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1943262.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1973074.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1990037.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1995045.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2000822.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2005259.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2013666.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2049559.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2075377.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2084303.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2093845.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2112281.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2120947.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2127172.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2142108.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2151826.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2162024.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2165536.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2166679.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2173382.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2183293.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2274533.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2289074.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2297934.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2343895.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2354260.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2370329.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2392761.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2402811.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2406185.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2414354.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2422281.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2432699.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2434315.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2456901.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/247916.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2503123.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2525630.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/252650.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2526543.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2538510.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2544149.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2614648.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2640939.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/268257.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2684257.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2744932.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2760607.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2765706.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2766971.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2768460.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2778418.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2780039.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2781759.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2820699.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2826743.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2839801.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2872568.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2925799.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3047334.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3069992.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3091929.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3109031.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3128022.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3223145.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3233908.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3282896.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3283554.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3311018.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/332835.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3380137.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3398708.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3406325.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3415025.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3461779.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3463410.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3465552.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3492811.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3494250.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3515449.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3548577.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3559045.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3571110.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3592450.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3594228.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3609230.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/365812.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3659568.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3673023.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3706997.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3739166.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3792524.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3801295.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3811231.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3858441.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3861263.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3900555.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3945256.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4005633.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4005893.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4019744.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4042942.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4063539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4073954.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4100083.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4108138.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4111321.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4144573.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4177175.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4196742.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/425038.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4350888.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4396100.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4399486.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4400081.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4430195.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4434555.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4435466.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4453057.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4455187.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4470898.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4471169.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/44790.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4564608.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4564877.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4633025.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4639277.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4675719.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/469070.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4703130.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4710982.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4744899.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4767953.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4786588.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4795019.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4810404.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4812647.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4825912.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4866759.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4874096.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4901782.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4908039.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4908935.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4955420.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4959295.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4974062.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4977167.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4983088.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4988320.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5003061.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5021596.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5045658.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5075713.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5080007.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/508941.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5101291.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5123800.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5126803.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5152816.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/515960.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/520700.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5265993.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5274041.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5278332.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5283593.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5345317.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5352394.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5358564.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5358976.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5365455.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5370014.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5371620.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5379162.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5379692.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/539954.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5413912.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5418323.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5428601.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5429491.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5463021.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5473692.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5480428.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/548869.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5538839.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5545651.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5547209.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5552915.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/557750.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5606418.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5611648.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5626181.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/56385.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5648944.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5652371.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5662699.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5676845.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5679975.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5713241.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5738507.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5740672.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5745475.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5763552.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5826019.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5826776.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5847395.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5853001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5853737.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5856646.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5917863.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5918557.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5929230.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5932594.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5977366.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5994519.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6013357.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6028712.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6041996.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6074001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6083144.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6106022.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6114824.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6139303.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6139483.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6140813.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6145894.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6183510.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6198875.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6247902.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/631569.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6315941.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6326088.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6334749.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6334894.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6363084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/638207.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6382548.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6398995.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6402168.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6404397.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6430101.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6437703.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6470194.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6489127.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6517026.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6532706.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6573783.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6610688.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/664846.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6659267.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6666152.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6684712.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/66892.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6692132.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/67063.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6707480.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6710546.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6714832.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/672363.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6746591.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/677082.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/678856.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6795121.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6795821.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/680761.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/683091.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6847446.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6873591.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/687543.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6915155.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6927329.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/693532.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6965298.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6970573.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/700443.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7007016.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7013134.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7020461.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7030328.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7041842.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7051162.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7069964.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7073129.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7085416.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7098676.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7101834.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7104444.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7109746.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7110691.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7113674.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7115277.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/713572.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7182521.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7187454.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7209227.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7217319.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7224787.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7250650.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7261939.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7263970.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7295409.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/729920.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7327673.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/733433.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7335923.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7353909.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7396210.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7411568.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7413845.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7423641.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7461820.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7477415.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7495572.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7523482.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7564703.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7566753.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7571804.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7578039.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7607824.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7636072.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7651762.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7654739.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7707176.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7714675.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7727008.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7734682.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7738512.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7754487.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7760922.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7773356.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7779300.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7805253.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7904099.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7906539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7917494.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7951579.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/797595.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7977195.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/799928.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7999709.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8015425.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8038260.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8038887.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8060592.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8062084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8072001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8112098.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8134226.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8144363.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8157205.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8171120.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8184500.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8191118.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8227144.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8234251.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8251389.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8261244.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8318050.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8319000.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8336819.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8346465.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8395959.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8411904.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8418519.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/84252.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8480734.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8490449.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8510301.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8522257.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8564359.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8606806.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8615104.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8615373.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8622657.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8639049.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8642615.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8656382.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8668453.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8673563.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8701130.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8710846.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8720535.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8731682.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8765147.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/876553.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8788907.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8846502.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8857140.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8858664.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8865336.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8867011.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8868349.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/887084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8876233.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8878863.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8892539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8913934.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8915309.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9011474.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9044497.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9094542.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9106892.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/917145.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9192973.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9194753.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9202108.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9205238.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9205542.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9216976.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9237473.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9276188.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9320844.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/93282.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9372497.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9380800.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/939189.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9395866.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9402046.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9404667.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9431697.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/943883.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9449988.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9486270.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9500501.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9523642.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9539738.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9549387.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9572539.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9581305.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9583108.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9596899.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9602203.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9608337.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9627368.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9639236.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9651371.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9653017.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9677084.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9688960.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9695837.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9720347.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9721104.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9743586.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9748385.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/975721.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9788577.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9807323.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9830099.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9840069.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9862469.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9873645.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9879545.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9925152.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9928042.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9933304.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9945204.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/996912.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.2-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.3-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.1-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.4-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/install/mysql/plugin_fusinvsnmp-0.80+1.5-empty.sql -%%SNMP%%www/glpi/plugins/fusinvsnmp/LICENSE -%%SNMP%%www/glpi/plugins/fusinvsnmp/scripts/createSNMPWalks.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/scripts/.htaccess -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4902460.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6568510.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2228672.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9699225.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6940309.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6738317.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5085722.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8905872.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5065666.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/366225.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5689603.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/383639.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8810553.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6305412.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9789051.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2512959.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1428762.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8265243.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/667001.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8398119.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1490547.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4791591.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4806984.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3523352.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7123240.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/70551.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5895941.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4651906.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8017220.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5542564.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7888862.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1161678.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4000033.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5838867.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1526119.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2403125.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5607432.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6634640.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3992157.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4246447.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1036236.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2539075.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/797143.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8616099.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8148834.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2198740.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5288364.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6892979.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8909928.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9483842.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1049248.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9212997.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8515831.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2139450.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7173478.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3575740.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8900584.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6405109.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/719537.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6639573.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5041094.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/790048.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4363903.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8919625.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3367373.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4780352.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1159764.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6356871.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5028060.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7816166.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5183373.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6293005.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9051041.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2141334.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2724545.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/642659.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2046899.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3524975.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9227210.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7774387.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1930224.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2161707.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6659632.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8406034.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8710304.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5760275.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5278018.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8295601.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9395393.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3890221.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1787098.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3138908.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4813049.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2578477.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9586636.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/376354.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/50261.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9211104.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7582993.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7054167.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5271821.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7506585.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9704103.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5408284.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8102221.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2617316.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3916710.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2328125.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7586063.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2709516.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7639571.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7878559.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7718570.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6495990.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8792806.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4190997.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5884701.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8609229.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1028790.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8168371.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1657223.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2894522.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7309737.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7059379.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8859807.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7004659.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6621021.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1361390.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2215765.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1487271.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2572305.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8234834.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4219197.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/6521642.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5229339.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5561670.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2956271.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9489365.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2801402.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/4947135.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2281126.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/2187914.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1015397.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/3813050.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/9432919.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/1785375.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/7598177.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/148661.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/5921518.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/models/8919176.xml -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/bookmark_off.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/books.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/connected_trunk.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/connection_notok.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/connection_ok.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/export.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/fond_form_off.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_authentification.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_discovery.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_discovery_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_info_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_info_server.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_inventory_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_authentification.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_discovery.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_discovery_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_info_agents.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_info_server.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_inventory_status.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_models.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_rangeip.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_rapports.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_mini_task.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_models.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_rangeip.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_rapports.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/menu_task.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/multiple_mac_addresses.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/ok2.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/orangebutton.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/port_trunk.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/wait.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/wired_off.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/wired_on.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/pics/yellowbutton.png -%%SNMP%%www/glpi/plugins/fusinvsnmp/report/not_queried_recently.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/report/ports_date_connections.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/report/switch_ports.history.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/script.js -%%SNMP%%www/glpi/plugins/fusinvsnmp/setup.php -%%SNMP%%www/glpi/plugins/fusinvsnmp/tool/discovery.xml www/glpi/plugins/fusioninventory/LICENSE -www/glpi/plugins/fusioninventory/ajax/agent.tabs.php -www/glpi/plugins/fusioninventory/ajax/configuration.tabs.php -www/glpi/plugins/fusioninventory/ajax/credential.tabs.php -www/glpi/plugins/fusioninventory/ajax/credentialip.tabs.php +www/glpi/plugins/fusioninventory/README.asciidoc +www/glpi/plugins/fusioninventory/ajax/deploy_displaytypevalue.php +www/glpi/plugins/fusioninventory/ajax/deploydropdown_operatingsystems.php +www/glpi/plugins/fusioninventory/ajax/deployfilemodal.php +www/glpi/plugins/fusioninventory/ajax/deploygroup_results.php +www/glpi/plugins/fusioninventory/ajax/deploypackage_form.php +www/glpi/plugins/fusioninventory/ajax/deployuser.logged.in.php www/glpi/plugins/fusioninventory/ajax/dropdownCredentials.php +www/glpi/plugins/fusioninventory/ajax/dropdown_taskjob.php www/glpi/plugins/fusioninventory/ajax/dropdownactionlist.php www/glpi/plugins/fusioninventory/ajax/dropdownactionselection.php www/glpi/plugins/fusioninventory/ajax/dropdownactiontype.php www/glpi/plugins/fusioninventory/ajax/dropdowndefinitionlist.php www/glpi/plugins/fusioninventory/ajax/dropdowndefinitionselection.php www/glpi/plugins/fusioninventory/ajax/dropdowndefinitiontype.php -www/glpi/plugins/fusioninventory/ajax/iprange.tabs.php -www/glpi/plugins/fusioninventory/ajax/ruleimportequipment.tabs.php +www/glpi/plugins/fusioninventory/ajax/dropdowndefinitiontypelist.php +www/glpi/plugins/fusioninventory/ajax/dropdownjobdefinition.php +www/glpi/plugins/fusioninventory/ajax/dropdownlist.php +www/glpi/plugins/fusioninventory/ajax/dropdownlocation.php +www/glpi/plugins/fusioninventory/ajax/dropdownsnmpmodelconstruct_progressbar.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***