I want to allow non-administrative PRTG-user access to the status.htm-page, specially to the license-information.
Unfortunately there's no access-administration unlike I'm used to know for sensors within the PRTG-environment.
So how can I grant those restricted users to see the license-information?
Thank you for your help
Timon
Article Comments
Hi,
this would basically be possible but we do not recommend to do so. To allow access anyway, you will have to edit the templates the actual htm file is created from.
Please go to PRTG Install Directory\webroot and open the file status.htm. There please replace the first line (which should be the following):
<#system type="denyreadonlyusers" allowusersonfailovernode="1">
with
<#system allowusersonfailovernode="1">
Afterwards your read-only users should be able to access the page. As this is achange in the template directly this change will not persist during a update so you will have to perform the same with every update.
Best regards
Oct, 2013 - Permalink
Hi,
this would basically be possible but we do not recommend to do so. To allow access anyway, you will have to edit the templates the actual htm file is created from.
Please go to PRTG Install Directory\webroot and open the file status.htm. There please replace the first line (which should be the following):
with
Afterwards your read-only users should be able to access the page. As this is achange in the template directly this change will not persist during a update so you will have to perform the same with every update.
Best regards
Oct, 2013 - Permalink