New values from Agent to inventory #1036
Replies: 2 comments 2 replies
-
|
using this kind of content doesn't work as it doesn't match inventory format specs. With the proposed data, it should even make your inventory invalid for GLPI 10 and newer. Also, you should better use a json file in place of an XML. But anyway, you can't achieve your goal using this method. It is actually not supported in GLPI and fields to report data from a custom field into a custom field. This kind of support was implemented for networking devices, but I'm don't think it works for computers. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I will try with a json file format and the format you shared. Thanks. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
Greetings, I need to expand my inventory and I need to add some information, like, my computers have SeucreBoot activate?
For this, my computers (with linux ubuntu), had installed GLPI-Agent, and works fine by default and I can see information on the Computers page, but, as I said, I need to add some additional content.
In my GLPI page, I add two plugins, glpi-inventory, obviosly, and "fields" to one block on my "Computers" page called "LK" and, inside, a field called "SecureBoot".
Searching from the web, I found to "add" a file like:
additional_content = /etc/glpi-agent/conf.d/custom_comment.xml
With this content:
How can I send this value to the field, or some other field? Where can I found information?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions