Hi,
I have custom system using SNMP with different OID's which depend of it's configuration. I'll like to generate one config file from that system and import in PRTG which will make device with different sensors regarding OID's available on my system. For now I need to export each OID and description for that OID and Admin to enter each sensor manually in PRTG. Will be great if I can automate this process and reduce administration work.
Best Regards,
Zarko
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.
Dear zarko
This is not easily done in PRTG. You could write a script which creates a device template (which is an XML file) containing SNMP Custom sensors.
You could write a script which uses the PRTG API to clone existing SNMP custom sensors, change the OID via the API, and resume then.
An easier way would be to create one big device template containing all possible SNMP custom sensors (or in this case, or preferably Custom Advanced.) Only the OIDs found will be created when you use that template.
Jul, 2017 - Permalink