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>
Actions