Me again, finally found some time to continue my remote monitoring project.
A problem does exist: we are using arcserve backup (by CA) for our backups and would like to monitor those backups (eg: status, number of files in the backup, size, ...).
Since version 12, they changed the log format from simple txt-files to a database. Luckily, there is a tool to create xml-files containing the needed info.
A backup job consists of many job ID's, and for each ID, I get an xml-entry like the following:
Code: Select all
<REC>
<VAL>Finished </VAL>
<VAL>DONDERDAG </VAL>
<VAL>214 </VAL>
<VAL>7 </VAL>
<VAL>07/31/2009 00:04:14 </VAL>
<VAL>29094 </VAL>
<VAL>03/30/2012 17:50:28 </VAL>
<VAL>09DD </VAL>
<VAL>1 </VAL>
</REC>
