Bug #2711
closedLocal accounts and virtual machines are not displayed in inventories
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.
Updated by Vincent MEMBRÉ over 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 5cb3e6e91c28a74d9580b69c95f56bb96294c1cc.
Updated by Vincent MEMBRÉ over 12 years ago
- Subject changed from inventory content extension are not parsed in inventories to Local accounts and virtual machines are not displayed in inventories
- Description updated (diff)
fixed title and description
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to Released
Nice catch, thank you Vincent, this is valid
Updated by Benoît PECCATTE over 9 years ago
- Category changed from 26 to Web - Nodes & inventories