I have to generate about 100 scheduled reports that are all exactly the same except for report name and the channels included in the report. It would certainly save a ton of time if I could clone one report through the GUI or preferably through the API. Even if I have to manually change the sensors/channels in the report it would still save a lot of time and reduce the chance of errors by not having to create each report from scratch.
Is there a way to clone or otherwise duplicate existing reports?
Votes:
0
6 Replies
Votes:
0
This article applies to PRTG Network Monitor 7.x
Manipulating the Configuration XML File is Not Recommended!
You could, however, edit the XML file containing your PRTG configuration to change multiple objects.
Please note that we do not recommend such file manipulations and that we cannot support you with this. In any case you should keep a proper backup of your configuration and data files!
- Make sure that there already is at least one report created in your configuration
- Stop all PRTG services (otherwise your changes won't be saved)
- Locate your PRTG Configuration.dat file (see How and where does PRTG store its data?)
- Backup and open the file in a text editor.
- In the file, first note down the number behind max="yyyy" in the 2nd line, this is the current highest used ID
- Then, search for the <report id="xxxx"> with the appropriate ID from the 'source'-report (which shall be cloned), until the following </report>
- Then copy and pasted this section, directly following and be sure to increment the ID. It is most important to use a unique ID. Thus use an ID higher than the noted 'max ID' from the second line of the config file
- Once the step above is finished, please adjust the value max="yyyy" in the 2nd line of the configuration file to the last used and inserted report ID
- Save your changes and restart PRTG services.
Created on Mar 2, 2010 6:15:14 PM by
Torsten Lindner [Paessler Support]
Last change on Mar 8, 2010 5:12:47 PM by
Daniel Zobel [Product Manager]
Votes:
0
I was just wondering the same. Actually Im surprised for months now that this cannot be done in PRTG. I really thought it was very powerful until I found this glitch.
Im sure allot of people are in the same dilemma. Lets take a basic example where you have to send bandwidth reports, and if you need to create a report from scratch its a nightmare. Not to mention for bigger companies that need to send maybe hundreds or even thousands of reports, but for a different sensor in each report to a different person.
Im not sure if someone reads this but this must be a TOP priority in the next release. To be able to clone reports or copy them so you can then just change the sensor or some channel but maintain the same report layout.
Votes:
0
Has this limitation been addressed in version 8?
Votes:
0
Dear Alan,
I'm afraid Reports cannot be cloned also in PRTG 8.
Best Regards.
Votes:
0
The ability to clone a report would be very helpful. Add my vote to add this in a future release.
Votes:
0
Actually, there is a way to clone. There's a button that I somehow missed :-)
Add comment