Open-AudIT
https://www.open-audit.org/phpBB3/

audit_linux.sh and Ubuntu 10.04
https://www.open-audit.org/phpBB3/viewtopic.php?f=8&t=3662
Page 1 of 1

Author:  bbehrendt [ Wed May 19, 2010 6:24 am ]
Post subject:  audit_linux.sh and Ubuntu 10.04

I have been attempting to inventory some Ubuntu 10.04 machines. The most important data which I wanted to get was the model and serial number. It was not going through. After some testing I found that the HAL labels have changed.

here are the changes I made to the audit_linux.sh script.

# System Info

PC_MANUFACTURER=`hal-get-property --udi $PC --key system.board.vendor`
PC_MODEL=`hal-get-property --udi $PC --key system.board.product`

PC_UUID=`hal-get-property --udi $PC --key system.hardware.uuid`
PC_SERIAL=`hal-get-property --udi $PC --key system.board.serial`

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/