Difference between revisions of "User:Pgmurphy/WCA"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
===Cleanup=== | ===Cleanup=== | ||
* Deletes collected data older than 7 days old. Data is archived for 7 days for debugging purposes. | * Deletes collected data older than 7 days old. Data is archived for 7 days for debugging purposes. | ||
− | |||
* Task is scheduled to run every 1 hour. | * Task is scheduled to run every 1 hour. |
Revision as of 08:28, 28 March 2007
=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.
- Task is scheduled to run every 1 hour.