Actions
Bug #3200
closedAndroid inventories miss network, filesystem, memroy and video information
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Note: that bug only targets 2.5.x, because we don't support Android before that point.
The log says:
Ignoring entry Network because tag DESCRIPTION is empty
<NETWORKS>
<TYPE>WIFI</TYPE>
<MACADDR>98:0c:82:20:69:b7</MACADDR>
<SPEED>-1</SPEED>
<SSID>null</SSID>
<IPGATEWAY>192.168.1.254</IPGATEWAY>
<IPADDRESS>192.168.1.4</IPADDRESS>
<IPMASK>255.255.255.0</IPMASK>
<IPDHCP>192.168.1.254</IPDHCP>
</NETWORKS>
Ignoring FileSystem entry because missing tag TYPE and LETTER
<DRIVES>
<VOLUMN>/cache</VOLUMN>
<TOTAL>98</TOTAL>
<FREE>29</FREE>
</DRIVES>
Ignoring entry Memory because tag NUSLOTS is emtpy
<MEMORIES>
<DESCRIPTION>Memory</DESCRIPTION>
<CAPACITY>756</CAPACITY>
</MEMORIES>
Ignoring entry Video because tag NAME is empty
<VIDEOS>
<RESOLUTION>480x800</RESOLUTION>
</VIDEOS>
Updated by François ARMAND almost 12 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
Pull request: https://github.com/Normation/ldap-inventory/pull/9
Updated by François ARMAND almost 12 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 46cb1a7770a6dfeb649f2aa981557d5164f05c9b.
Updated by Nicolas CHARLES almost 12 years ago
Applied in changeset cabff8d9978441c10636877d69503a716d8dfdaf.
Updated by François ARMAND over 11 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Category changed from 26 to Web - Nodes & inventories
Actions