Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Tue Mar 19, 2024 3:18 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Fri Jan 09, 2009 5:39 am 
Offline
Newbie

Joined: Sat Jun 14, 2008 11:20 am
Posts: 23
Hi users! this is a great open source software! The better!!
I need to add a column in the "list all system" that show me the mac address and permit to search by a mac address.
Someone know how to do it ???
THZ


Top
 Profile  
Reply with quote  
PostPosted: Fri Jun 19, 2009 11:42 pm 
Offline
Contributor
User avatar

Joined: Thu Mar 02, 2006 4:41 am
Posts: 205
Location: Massachusetts
I'm not sure how to change the PHP code to display this on the site, but this is how I would accomplish the task:

Using MySQL Query Browser 1.2.17 I connect to the openaudit schema and run the following query:

[code]SELECT n.`net_dns_host_name`, n.`net_mac_address` FROM network_card n;[/code]

Now: File --> Export resultsset --> Save as CSV file

This CSV file will have 2 columns, one with the computers' DNS name, and one with the MAC addresses of that computer.

with the CSV file you can sort and search with Excel. I create files like this for the finance department occasionally.
They are always interested in the serial #'s which they can match up to invoices which usually include the system serial #

_________________
Server Info: running on a CentOS 7 vm
OA Version: 2.0.6 @ 500 devices


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group