Hi
I have added the NCM archive backup data in the wiki Confluence under my own space. Let me know if any users would be interested in this and I will be happy to share the method. I have attached a screenshot
James
Thats pretty cool. I might be interested to see how you did that.
Basically i created a directory called custom in the webserver Orion directory , this is open in terms of if you create custom HTML or text files they can be viewed via a web browser from anywhere that has access to SolarWinds.
I enabled logging on the backup scheduled job and created a PERL script to parse the log file from the backup job and create a couple of CSV files that highlight the info you see in the screen shot. I then use the the confluence plugins of TABLE and CHART to pull the CSV data into confluence.
Example:
{table}{csv:output=wiki|url=solarwinds-server/.../backup-errors.csv|delimiter=,}{csv}{table}
{chart:type=bar|dateFormat=dd/MM/yyyy|timePeriod=Day|dataOrientation=vertical|rangeAxisLowerBound=0|domainaxisrotateticklabel=true|legend=true|dataDisplay=true}{csv:output=wiki|url=solarwinds-server/.../backup-time.csv|delimiter=,}{csv}{chart}
Have fun