bacus99 / GLPI-SCCM

0 stars 0 forks source link

SCCM for 9.1.1 #1

Open aldiop opened 7 years ago

aldiop commented 7 years ago

Dear Is SCCM plugin for GLPI version 9.1.1 available ?

Thanks

bacus99 commented 7 years ago

orks for me on 9.1.2. You may beed to update the setup.php version

aldiop commented 7 years ago

Do you the up to dated version of the setup

Wysłano z telefonu Samsung

[ConcareIT; CRM; Outsourcing; Microsoft; RetailIT]

Tel.: (+45) 43 71 39 99 | Mobile: (+48) 662 099 867 | Mail: ald@concare.netmailto:ald@concare.net | Web: www.concare.nethttp://www.concare.net Addr.: 17 Stycznia 45a | 02-146 Warsaw [ConcareIT; CRM; Outsourcing; Microsoft; RetailIT] Find us in: DKhttp://concare.net/contact/#Da | PLhttp://concare.net/contact/#Pl | DEhttp://concare.net/contact/#De | UKhttp://concare.net/contact/#Uk | IThttp://concare.net/contact/#It | UAEhttp://concare.net/contact/#Ae [cid:Follow-us-on-LinkedIn_acb98c3b-5ac5-4b81-ac8c-3e45e5f90f6b.jpg] https://www.linkedin.com/company/288452?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A288452%2Cidx%3A2-1-4%2CtarId%3A1443774549141%2Ctas%3AConcare

[cid:Top100_5f1f3f69-3bba-4191-9a4e-1abc625138eb.png] http://issuu.com/idgdanmark/docs/computerworld_top_100-2015/71?e=5005455/30265887 Concare Sp. z o.o. Ul. 17 Stycznia 45a, Warszawa 02-146, NIP: 521-36-34-702, Regon 146240076 Kapital zakladowy: 5 000 zl Sad Rejonowy dla m. st. Warszawy, XIII Wydzial Gospodarczy KRS 0000429093 P Before printing, think about environment!

-------- Original message -------- From: Christian Bernard notifications@github.com Date: 27/03/2017 15:00 (GMT+01:00) To: bacus99/GLPI-SCCM GLPI-SCCM@noreply.github.com Cc: Alioune Diop ald@concare.net, Author author@noreply.github.com Subject: Re: [bacus99/GLPI-SCCM] SCCM for 9.1.1 (#1)

orks for me on 9.1.2. You may beed to update the setup.php version

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bacus99/GLPI-SCCM/issues/1#issuecomment-289446080, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUNvjG15zgcU1QhUZrSTqxn9yT_ziIa-ks5rp7L4gaJpZM4Mp5Kh.

aldiop commented 7 years ago

that's what I see in my setup file

function plugin_version_sccm() {

return array('name' => __("Interface - SCCM", "sccm"), 'version' => '0.85-1.0Beta1', 'author' => 'TECLIB\'', 'license' => 'GPLv2+', 'homepage' => 'http://www.teclib.com', 'minGlpiVersion' => '0.85'); }

function plugin_sccm_check_prerequisites() {

if (version_compare(GLPI_VERSION,'0.85','lt') || version_compare(GLPI_VERSION,'0.91','ge')) { echo "This plugin requires GLPI = 0.85"; return false; } return true;

bacus99 commented 7 years ago

Change to

function plugin_version_sccm() {

return array('name' => __("Interface - SCCM", "sccm"), 'version' => '9.1.x-1.0.0', 'author' => 'TECLIB\'', 'license' => 'GPLv2+', 'homepage' => 'http://www.teclib.com', 'minGlpiVersion' => '0.85'); }

function plugin_sccm_check_prerequisites() {

if (version_compare(GLPI_VERSION,'0.85','lt')) { echo "This plugin requires GLPI = 0.85"; return false; } return true; }

bacus99 commented 7 years ago

Here's my version, try it. I did some modification from the original one that are not accepted yet from plugin conceptors

unzip and copy in plugin's folder


De : aldiop notifications@github.com Envoyé : 27 mars 2017 13:00 À : bacus99/GLPI-SCCM Cc : Christian Bernard; Comment Objet : Re: [bacus99/GLPI-SCCM] SCCM for 9.1.1 (#1)

Do you the up to dated version of the setup

Wysłano z telefonu Samsung

Med venlig hilsen / Best regards / Mit freundlichen Grüßen / Pozdrawiam serdecznie

Concare IT A/S

Alioune Diop IT Supporter

[ConcareIT; CRM; Outsourcing; Microsoft; RetailIT]

Tel.: (+45) 43 71 39 99 | Mobile: (+48) 662 099 867 | Mail: ald@concare.netmailto:ald@concare.net | Web: www.concare.nethttp://www.concare.net Addr.: 17 Stycznia 45a | 02-146 Warsaw [ConcareIT; CRM; Outsourcing; Microsoft; RetailIT] Find us in: DKhttp://concare.net/contact/#Da | PLhttp://concare.net/contact/#Pl | DEhttp://concare.net/contact/#De | UKhttp://concare.net/contact/#Uk | IThttp://concare.net/contact/#It | UAEhttp://concare.net/contact/#Ae [cid:Follow-us-on-LinkedIn_acb98c3b-5ac5-4b81-ac8c-3e45e5f90f6b.jpg] https://www.linkedin.com/company/288452?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A288452%2Cidx%3A2-1-4%2CtarId%3A1443774549141%2Ctas%3AConcare

[cid:Top100_5f1f3f69-3bba-4191-9a4e-1abc625138eb.png] http://issuu.com/idgdanmark/docs/computerworld_top_100-2015/71?e=5005455/30265887 Concare Sp. z o.o. Ul. 17 Stycznia 45a, Warszawa 02-146, NIP: 521-36-34-702, Regon 146240076 Kapital zakladowy: 5 000 zl Sad Rejonowy dla m. st. Warszawy, XIII Wydzial Gospodarczy KRS 0000429093 P Before printing, think about environment!

-------- Original message -------- From: Christian Bernard notifications@github.com Date: 27/03/2017 15:00 (GMT+01:00) To: bacus99/GLPI-SCCM GLPI-SCCM@noreply.github.com Cc: Alioune Diop ald@concare.net, Author author@noreply.github.com Subject: Re: [bacus99/GLPI-SCCM] SCCM for 9.1.1 (#1)

orks for me on 9.1.2. You may beed to update the setup.php version

- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bacus99/GLPI-SCCM/issues/1#issuecomment-289446080, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUNvjG15zgcU1QhUZrSTqxn9yT_ziIa-ks5rp7L4gaJpZM4Mp5Kh.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/bacus99/GLPI-SCCM/issues/1#issuecomment-289516598, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AK5V2T8GAnlLuPON4Ivsuajrgi0vGX_Nks5rp-s6gaJpZM4Mp5Kh.

aldiop commented 7 years ago

Hi

I cant reset my password . It said my email is not valid.

Thanks

[Concare Solutions]http://www.concare.net [Facebook] https://www.facebook.com/Concare-Polska-1698146220469937/ [LinkedIn] https://pl.linkedin.com/company/concare-it

Alioune Diop IT Supporter

[Tel.] (+48) 662 099 867<tel:(+48)%20662%20099%20867> [Tel.] (+45) 43 71 39 99<tel:+4543713999> [Tel.] ald@concare.netmailto:ald@concare.net [Tel.] 17 Stycznia 45a, 02-146 Warsawhttp://maps.google.com/?q=17%20Stycznia%2045a,%2002-146%20Warsaw [Tel.] www.concare.nethttp://www.concare.net

[SuperOffice Platinum Partner] [Emarketeer Gold Partner] [Emarketeer Gold Partner]

From: Christian Bernard [mailto:notifications@github.com] Sent: Tuesday, March 28, 2017 4:08 PM To: bacus99/GLPI-SCCM GLPI-SCCM@noreply.github.com Cc: Alioune Diop ald@concare.net; Author author@noreply.github.com Subject: Re: [bacus99/GLPI-SCCM] SCCM for 9.1.1 (#1)

Change to

function plugin_version_sccm() {

return array('name' => __("Interface - SCCM", "sccm"), 'version' => '9.1.x-1.0.0', 'author' => 'TECLIB'', 'license' => 'GPLv2+', 'homepage' => 'http://www.teclib.com', 'minGlpiVersion' => '0.85'); }

function plugin_sccm_check_prerequisites() {

if (version_compare(GLPI_VERSION,'0.85','lt')) { echo "This plugin requires GLPI = 0.85"; return false; } return true; }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bacus99/GLPI-SCCM/issues/1#issuecomment-289781349, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUNvjAkE63_UywODC6udyfXcQpA0b149ks5rqRRBgaJpZM4Mp5Kh.

anahimself commented 6 years ago

I have trouble with empty Operating System in GLPI (the plugin seems to retrieve it in the XML afaik, but nothing in GLPI) I saw that you said on GLPI forum that it was a problem with SCCM, can you be more specific please ? I miss the processor too (not always), but this is less important for the time being

bacus99 commented 6 years ago

Hi

Any errors in logs? Also don't use https

On Mar 30, 2018, at 2:06 AM, anahimself notifications@github.com<mailto:notifications@github.com> wrote:

I have trouble with empty Operating System in GLPI (the plugin seems to retrieve it in the XML afaik, but nothing in GLPI) I saw that you said on GLPI forum that it was a problem with SCCM, can you be more specific please ? I miss the processor too (not always), but this is less important for the time being

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/bacus99/GLPI-SCCM/issues/1#issuecomment-377453868, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AK5V2Sgwhmv2v1ylCqR4n9RubeUMHOEPks5tjctzgaJpZM4Mp5Kh.

anahimself commented 6 years ago

I have a few warnings in logs, but no clue if this is related: _2018-04-03 05:02:15 [1540@Webserver1] PHP Warning(2): error_log() expects parameter 1 to be string, array given Backtrace : : inc/commondbtm.class.php:1098 error_log() ...nventory/inc/inventorycomputerlib.class.php:199 CommonDBTM->update() ...ry/inc/inventorycomputerinventory.class.php:562 PluginFusioninventoryInventoryComputerLib->updateComputer() ...inventory/inc/inventoryruleimport.class.php:781 PluginFusioninventoryInventoryComputerInventory->rulepassed() inc/rule.class.php:1427 PluginFusioninventoryInventoryRuleImport->executeActions() inc/rulecollection.class.php:1459 Rule->process() ...ry/inc/inventorycomputerinventory.class.php:375 RuleCollection->processAllRules() ...ry/inc/inventorycomputerinventory.class.php:127 PluginFusioninventoryInventoryComputerInventory->sendCriteria() ...fusioninventory/inc/communication.class.php:235 PluginFusioninventoryInventoryComputerInventory->import() ...fusioninventory/inc/communication.class.php:463 PluginFusioninventoryCommunication->import() plugins/fusioninventory/front/communication.php:93 PluginFusioninventoryCommunication->handleOCSCommunication() 2018-04-03 05:02:15 [1540@Webserver1] PHP Warning(2): strcmp() expects parameter 2 to be string, array given Backtrace : : inc/commondbtm.class.php:1100 strcmp() ...nventory/inc/inventorycomputerlib.class.php:199 CommonDBTM->update() ...ry/inc/inventorycomputerinventory.class.php:562 PluginFusioninventoryInventoryComputerLib->updateComputer() ...inventory/inc/inventoryruleimport.class.php:781 PluginFusioninventoryInventoryComputerInventory->rulepassed() inc/rule.class.php:1427 PluginFusioninventoryInventoryRuleImport->executeActions() inc/rulecollection.class.php:1459 Rule->process() ...ry/inc/inventorycomputerinventory.class.php:375 RuleCollection->processAllRules() ...ry/inc/inventorycomputerinventory.class.php:127 PluginFusioninventoryInventoryComputerInventory->sendCriteria() ...fusioninventory/inc/communication.class.php:235 PluginFusioninventoryInventoryComputerInventory->import() ...fusioninventory/inc/communication.class.php:463 PluginFusioninventoryCommunication->import() plugins/fusioninventory/front/communication.php:93 PluginFusioninventoryCommunication->handleOCSCommunication()_

bacus99 commented 6 years ago

Is fusioninventory works on your setup? Also, if you run the task of sccm import, what's the result?

If FI works, try resetting the import computers rules in FI settings

Sent from BlueMailhttp://www.bluemail.me/r?b=12656 On Apr 3, 2018, at 1:57 AM, anahimself notifications@github.com<mailto:notifications@github.com> wrote:

I have a few warnings in logs, but no clue if this is related: 2018-04-03 05:02:15 [1540@Webserver1] PHP Warning(2): error_log() expects parameter 1 to be string, array given Backtrace : : inc/commondbtm.class.php:1098 error_log() ...nventory/inc/inventorycomputerlib.class.php:199 CommonDBTM->update() ...ry/inc/inventorycomputerinventory.class.php:562 PluginFusioninventoryInventoryComputerLib->updateComputer() ...inventory/inc/inventoryruleimport.class.php:781 PluginFusioninventoryInventoryComputerInventory->rulepassed() inc/rule.class.php:1427 PluginFusioninventoryInventoryRuleImport->executeActions() inc/rulecollection.class.php:1459 Rule->process() ...ry/inc/inventorycomputerinventory.class.php:375 RuleCollection->processAllRules() ...ry/inc/inventorycomputerinventory.class.php:127 PluginFusioninventoryInventoryComputerInventory->sendCriteria() ...fusioninventory/inc/communication.class.php:235 PluginFusioninventoryInventoryComputerInventory->import() ...fusioninventory/inc/communication.class.php:463 PluginFusioninventoryCommunication->import() plugins/fusioninventory/front/communication.php:93 PluginFusioninventoryCommunication->handleOCSCommunication() 2018-04-03 05:02:15 [1540@Webserver1] PHP Warning(2): strcmp() expects parameter 2 to be string, array given Backtrace : : inc/commondbtm.class.php:1100 strcmp() ...nventory/inc/inventorycomputerlib.class.php:199 CommonDBTM->update() ...ry/inc/inventorycomputerinventory.class.php:562 PluginFusioninventoryInventoryComputerLib->updateComputer() ...inventory/inc/inventoryruleimport.class.php:781 PluginFusioninventoryInventoryComputerInventory->rulepassed() inc/rule.class.php:1427 PluginFusioninventoryInventoryRuleImport->executeActions() inc/rulecollection.class.php:1459 Rule->process() ...ry/inc/inventorycomputerinventory.class.php:375 RuleCollection->processAllRules() ...ry/inc/inventorycomputerinventory.class.php:127 PluginFusioninventoryInventoryComputerInventory->sendCriteria() ...fusioninventory/inc/communication.class.php:235 PluginFusioninventoryInventoryComputerInventory->import() ...fusioninventory/inc/communication.class.php:463 PluginFusioninventoryCommunication->import() plugins/fusioninventory/front/communication.php:93 PluginFusioninventoryCommunication->handleOCSCommunication()

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/bacus99/GLPI-SCCM/issues/1#issuecomment-378136824, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AK5V2d3DbkrvilZFfVJEE_EEDE4sMuUPks5tkw8tgaJpZM4Mp5Kh.

anahimself commented 6 years ago

Yep all is working and importing (except some fields like the operating system)

I will try to reset computer rules (just in case)