I have a device, in which I need to scan some oid with the oid template and add them to sensor table (like SNMP template with extension .oidlib ) do. I need, that every sensor:
- Have other oid name. For example, sensor that have oid 1.3.6.1.4.1.3224.4.1.1.1.20.0 would have a title that oid 1.3.6.1.4.1.3224.4.1.1.1.4.0 have value and oid 1.3.6.1.4.1.3224.4.1.1.1.20.2 would have a title that oid 1.3.6.1.4.1.3224.4.1.1.1.4.2 have value. AND
- Every sensor would have enabled limits. For example, "Lower Error Limit (#)", "Error Limit Message", etc. For every sensor limits are the same.
How should I do that to automate that process?
Add comment