Ever wanted to get a list of agent properties in a CSV file?
If so, you have several options including: running a “properties report” in the web reports and exporting to csv or by querying the database directly. However, these are sometimes not convenient methods… So to help with this…
We have created a tool that will connect to the web reports and pull data about properties of computers. For instance, if you wanted the ComputerName, OS, and RAM from computers. You can use this tool and it will spit out a CSV file with these properties for all computers.
How about a report/graph that will show disk space utilization over time. The data is already captured, just need it saved by date, so we can run reports to watch for trends of disks filling up.
Hmm… I wonder if it is related to XML libraries on the computer… Do you mind trying from a different computer and seeing if it works? It works fine for me on my WinXP SP2.
Can this tool be used to query multiple databases? I have 5 I would like to roll into one report if possible, or at least get 5 different output files that I can merge or reference on my side.
Multiple databases aren’t directly supported by the tool, but you can copy the tool to 5 different folders, each with a different config file to point to each database, and run each instance.
Very nice tool!! The report that I’m creating with this tool is well over 205,000 rows. I am able to add 2 computer properites without it timing out. I need to add about 5 properties to the report. By how much should I increase the timeout in the config file?
Hmmm… I am not sure… I didn’t really test my little tool against the database of 205,000 computers… I think you should make a pretty big number to be safe…
Also, you might want to keep an eye on the memory usage of the tool because if it goes over 1.8 GB or so, it will probably crash…
I don’t think I built it with HTTPS support, but it might have inherited it based on the libraries I used… You might try putting ssleay32.dll in the same folder as the tool… it might already be on your computer or you can find it online in some places…