Hello,
there is actually revealed a non-documented hidden way to perform your request.
You would have to edit the language file for PRTG, in your case most likely the "english.lng" from "\PRTG Network Monitor\language". Please bear in mind that editing this file is not officially supported, and using an edited one might lead to unwanted results when we release updates of PRTG, that change the original language files (the web-interface might look broken, or the webserver might even crash).
In this file please look for "pas.language.createreportname2"
<Key>
pas.language.createreportname2
</Key>
<Original>
PRTG Report %0:s - %1:s - Created %2:s (%3:s - %4:s) UTC.pdf
</Original>
<Changed>
1
</Changed>
<Translated/>
<Comment>
%0:s Report ID, %1:s Report Name, %2:s creation date/time, %3:s start date, %4:s ende dat
</Comment>
The thing to change is the line between the <Original>, </Original> tags. In the <Comment> the placeholders are explained, so %0:s is the Report ID, etc. Again, we strongly advise not to change the other placeholders there (%0 etc.), because PRTG might not be able to purge reports then.
Once you have edited the file, we advise to either save it under another filename, or write-protect it. If you save it under a new name you will have to chose the "new language" in the "PRTG Server Administrator" tool (I would recommend to change the 'name=' in the 2nd line of the file, so you can easily identify it).
best regards.
Add comment