User:Pgmurphy/WCA

From WolfTech
< User:Pgmurphy
Revision as of 09:26, 28 March 2007 by Pgmurphy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

=WolfTech Collector Agent 2.0

Client

WolfTech Hardware Info Collector Agent

  • Collects information about hardware from WMI.
  • Task is scheduled to run every 1 hour at a random selected minute.
  • Data is only generated every 7 days.
    • Last runtime stored at HKLM\Software\WolfTech Collector Agent\HWLastRun

WolfTech Software Info Collector Agent

  • Collects information about installed software from HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
  • Task is scheduled to run every 1 hour at a random selected minute.
  • Data is only generated every 7 days.
    • Last runtime stored at HKLM\Software\WolfTech Collector Agent\SWLastRun

WolfTech Collector Transfer Agent

  • Transfers collected data to the collector file share.
  • Task is scheduled to run every 1 hour at a random selected minute.

Server

Data Processor

  • Processes the data uploaded to the collector file share by inserting it into mdb3.wca_hardware and mdb3.wca_software.
  • Results are logged in mdb3.wca_log.
  • Task is scheduled to run every 10 minutes.

Cleanup

  • Deletes collected data older than 7 days old. Data is archived for 7 days for debugging purposes.
  • Deletes entries from database for computers that no longer exist on the WOLFTECH domain.
  • Task is scheduled to run every 1 hour.