Project

General

Profile

Actions

Bug #2711

closed

Local accounts and virtual machines are not displayed in inventories

Added by Vincent MEMBRÉ almost 12 years ago. Updated about 9 years ago.

Status:
Released
Priority:
N/A
Category:
Web - Nodes & inventories
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

Informations about local accounts and virtual machines are not displayed in rudder webapp and values are not stored in the ldap

In fact, every Extensions to node inventories are not parsed in fusioninventory reports

The parsing extension is not launched as we compare parent label instead of node label

For example, to get out user local accounts, we are looking for Label USERSLIST,
we find it but when checking if the extension has to be ran,
we look if CONTENT is equal to USERSLIST, which is false and USERSLIST are not parsed.

Inventories looks like:

<CONTENT>
<USERSLIST>
<USER/>
...
</USERSLIST>
...
</CONTENT>

we just have to change the node checked for content extensions and it would work.

Actions

Also available in: Atom PDF