The problem domain:
McAfee Virus Scan installed on networked PCs. (Around 120 machines on a NetWare 6.5 / Microsoft 2000 server network).
Daily scan report is generated locally in HTML format and stored in a folder on C drive of each networked PC
I have been tasked with writing something that can be scheduled to poll all the networked PCs (and servers )by IP address, navigate to the local scan report folder, harvest the HTML and compile a single daily report all machines.
Not sure if McAffee uses XML/XSL for the data in the local machine report. If so, data mining might be easier, but I am currently assuming I will be working with HTML.
Obviously if the harvested data can be further manipulated and stored in an SQL database that would be even better for building weekly / monthly / annual stats reports.
Would be grateful for any tips on how to go about this. Happy to consider an existing piece of software that can be configured to do this.
Thanqz in advance
McAfee Virus Scan installed on networked PCs. (Around 120 machines on a NetWare 6.5 / Microsoft 2000 server network).
Daily scan report is generated locally in HTML format and stored in a folder on C drive of each networked PC
I have been tasked with writing something that can be scheduled to poll all the networked PCs (and servers )by IP address, navigate to the local scan report folder, harvest the HTML and compile a single daily report all machines.
Not sure if McAffee uses XML/XSL for the data in the local machine report. If so, data mining might be easier, but I am currently assuming I will be working with HTML.
Obviously if the harvested data can be further manipulated and stored in an SQL database that would be even better for building weekly / monthly / annual stats reports.
Would be grateful for any tips on how to go about this. Happy to consider an existing piece of software that can be configured to do this.
Thanqz in advance