News:

We really need your input in this questionnaire

Main Menu

Software inventory

Started by DanG, April 10, 2014, 05:09:08 PM

Previous topic - Next topic

DanG

Hello,

I examined today the the software inventory feature.
Right clicking on a node where an agent is installed results in a new tab containing a grid with software inventory items.

  • The list is not complete, it differs (shorter) than the one obtained when using the control panel / software of Windows. Bug?
  • The method above requires manual action to retrieve data. Can this be done unattended (scheduled)?
  • Where (if at all) is the inventory data being stored in the database. Is there any way to pull this data (making it possible to generate a report externally)?
  • Does this work with Linux agents as well?

Regards,
Dan

Victor Kirhenshtein

Hi!

1. On Windows agent uses MsiEnumProducts API to enumerate installed products. It is supposed to return all installed software in the system. If it doesn't then it requires further investigation.

2, 3. You can create table DCI for parameter System.InstalledProducts and set schedule as needed. It will also be stored in database as usual.

4. Yes, it works on all rpm and deb based Linux distributions.

Best regards,
Victor

DanG

Hi Victor,


Regards,
Dan

DanG

Hello Victor,

Any news about this issue?

Kind regards,
Dan

Benjamin Dill

Some funny note on that: Even the NetXMS client is currently not listed  :)
I will take a look if I can fix that.

obscenum

Hi!

I can also confirm this, checked 3 machines:
Machine 1:
OS: Windows 8.1 Pro x64
NetXMS Software Inventory: 54 entries
Windows Programs and Features: 97 entries

Machine 2:
OS: Windows 7 Pro x64
NetXMS Software Inventory: 63 entries
Windows Programs and Features: 82 entries

Machine 3:
OS: Windows 8.1 Pro x64 (virtual machine)
NetXMS Software Inventory: 19 entries
Windows Programs and Features: 30 entries

They all run NetXMS Agent v.1.2.16 x64

For example:
The NetXMS Agent is not listed on any of the machines.
Mozilla Firefox 32.0.3 is not listed on any of the machines.

I'll be grateful if anyone could shed some light on how to fix this.

Cheers
Opie

JRA1

Got same issue in current version, any fix, please?