How can I add *devices* (not Sensors) and then using the OID String for the name (instead of manualy put insert the name)?
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.
Hello,
I'm afraid this is not possible from within PRTG. You could however setup as script which request this OID from the particular target and then uses the PRTG API to change the device name. The call for this would be the following.
Change properties of objects:
/api/setobjectproperty.htm?id=id_of_object&name=property_name&value=new_value
(Help under "Setup"->"PRTG API" in your own PRTG).
best regards.
May, 2011 - Permalink
Hello,
I'm afraid this is not possible from within PRTG. You could however setup as script which request this OID from the particular target and then uses the PRTG API to change the device name. The call for this would be the following.
Change properties of objects:
(Help under "Setup"->"PRTG API" in your own PRTG).
best regards.
May, 2011 - Permalink