Is there any way to see which user created a library?
I've been getting the overload protection warning in PRTG and the logs are pointing towards libraries created by an account with a changed password.
To avoid having to delete all my libraries and recreate them all with a valid account would be nice to be able to identify which libraries are causing the issue.
Thanks in advance.
Michael
Article Comments
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Hi,
since one of the last releases there is a new feature - histiory of objects like libraries.
So if you go to libraries and then to the 3 quickbuttons on the right upper corner you can select the "history".
There you see who added or deleted a library.
Best Regards,
Jun, 2015 - Permalink
Open up your configuration file (usually C:\ProgramData\Paessler\PRTG Network Monitor\PRTG Configuration.dat ) and search for the library name, for example:
The OwnerID is the ID of the user that created it. Then search for
<user id="the-user-id"> to get to the user. I know, a bit tedious, we're currently searching for ways to simplify this :)
Jun, 2015 - Permalink