-
Notifications
You must be signed in to change notification settings - Fork 30
Closed as not planned
Labels
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
GLPI Version
10.0.20
Plugin version
1.5.4
Bug description
Seems glpi-inventory ignores the memory entry of these maschines on import
Exported jsons from glpi:
"hardware": {
"defaultgateway": "xxx",
"dns": "xxx\/xx",
"memory": 3796,
"name": "ePi",
"swap": 0,
"vmsystem": "Physical",
"workgroup": "xxx"
},
"hardware": {
"datelastloggeduser": "Thu Nov 3 22:33",
"defaultgateway": "0.0.0.0",
"dns": "8.8.8.8",
"lastloggeduser": "pi",
"memory": 927,
"name": "eF",
"swap": 99,
"vmsystem": "Physical"
},
Relevant log output
Page URL
No response
Steps To reproduce
- Running glpi-agent (either local or with
remoteinventorytask) - Checking inventory in glpi
- downloading yaml to check avialable data
Your GLPI setup information
No response
Anything else?
No response
Reactions are currently unavailable