[Fusioninventory-user] Operating system in GLPI / FusionInventory

David DURIEUX d.durieux at siprossii.com
Sun May 29 22:03:17 UTC 2016


Hello everybody, 

I'm finishing coding the issue
https://github.com/fusioninventory/fusioninventory-for-glpi/issues/1295#issuecomment-222272332
to have arch and other operating system information in same itemtype
(will be useful for deploy system, improve display information and
perhaps other things).

It's too linked with operating system information hidden by default
in computer form (see here:
https://github.com/glpi-project/glpi/pull/373) in GLPI 9.1 (in
developement version)

So I'm finishing develop own OS information like you can see on this
image: http://img15.hostingpics.net/pics/833642osfusion.png

I have began unit test for this feature but I need the maximum of
different operating system information inventoried by the agent
FusionInventory.

You can help me by sending (in reply of this mail) the section
<OPERATINGSYSTEM> in the XML of computer inventory like:

    <OPERATINGSYSTEM>
      <ARCH>64-bit</ARCH>
      <BOOT_TIME>2013-09-27 09:22:06</BOOT_TIME>
      <DNS_DOMAIN/>
      <FQDN>to-PC</FQDN>
      <FULL_NAME>Microsoft Windows 7 Enterprise </FULL_NAME>
      <INSTALL_DATE>2013-09-27 09:18:07</INSTALL_DATE>
      <KERNEL_NAME>MSWin32</KERNEL_NAME>
      <KERNEL_VERSION>6.1.7600</KERNEL_VERSION>
      <NAME>Windows</NAME>
      <SERVICE_PACK/></OPERATINGSYSTEM>

You can use --local params in command line of agent or in GLPI, get the
XML in the tab "import information" of computer form.

I have some windows 7 and xp.

I search windows 2000, 10, embedded, vista, server...
and too Linux, solaris, macos...



Thank you for your help to improve FusionInventory ;)

David
++




More information about the Fusioninventory-user mailing list