What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How can I batch edit the Comment of a group?

Votes:

0

Hello,

I need to change the comment of a group and all subgroups to the same value. I have read a lot about batch editing using the management view. But there I have no possibility to change the comment of the group. Is there any way to accomplish that?

Thank you very much in advance!

Best regards, Christoph

batch comment edit group

Created on Jun 25, 2019 11:04:12 AM



1 Reply

Votes:

0

Hello Christoph,

Bulk-Changing the comments in PRTG is not possible via the GUI I'm afraid. This would require some scripting and using the API. The API call would look like this:

http://prtg/api/setobjectproperty.htm?id=ObjectId&name=comments&value=New%20Comment

The ID needs to be exchanged by the ID of the object you wish to add the new comment to.

To get a list with all IDs in PRTG, this API call can help you:

/api/table.xml?content=sensors&output=xml&columns=objid,device,sensor,status&id=13337

Kind regards,
Felix Saure, Tech Support Team

Created on Jun 26, 2019 8:06:51 AM by  Felix Saure [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.