Vmsystem.pm Send info untrapped by the Server/DB

Bug #772716 reported by Stonedge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OCS Inventory: Server
New
Undecided
mortheres

Bug Description

Unified Linux Agent RC4 Module Vmsystem.pm send <VMSYSTEM>VMware</VMSYSTEM> Inside the <HARDWARE> tag... Server DB dont have a field name VMSYSTEM in the table hardware... So this info is not saved by the server in the computer inventory.(If you want to replicate it be sure that your dmidecode version is detect correctly see related bug #586321)

Stonedge (redshadow69)
affects: ocsinventory-deploy-tool → ocsinventory-server
Revision history for this message
Stonedge (redshadow69) wrote :

Adding VMSYSTEM (VARCHAR(255)) to the table Hardware and

modifying Hardware.pm to include the new field.
Changing:
line 64
[code]
UUID=".$dbh->quote($base->{UUID})."
[/code]
to:
[code]
        UUID=".$dbh->quote($base->{UUID}).",
        VMSYSTEM=".$dbh->quote($base->{VMSYSTEM})."
[/code]

Solve the Issue.... but these infos are saved in the db but not show in the web interface.

Stonedge

mortheres (mortheres)
Changed in ocsinventory-server:
assignee: nobody → mortheres (mortheres)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.