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 Fri Mar 29, 2024 3:03 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Thu Oct 30, 2008 9:02 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
I needed to know when a user had installed something they shouldn't have, (too far back in the mists of time to be picked up by the show software in the last N days on the index page).

The software view only showed the names of the packages, so I added software_first_timestamp to show the first time a software item was audited, on the software for systems view (SVN ver 1083). Now you can see the first time OA picked up the installation. I would have used `software_install_date` however this is not formatted very well, or indeed always available for some reason, (use the following snippet to see what I mean).

[code]
SELECT COUNT( * ) AS `Rows` , `software_install_date`
FROM `software`
GROUP BY `software_install_date`
ORDER BY `software_install_date`
LIMIT 0 , 30
[/code]

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


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.  [ 1 post ] 

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