This is my first post; please be gentle!
We have a couple of devices in our system that control other sub-devices (it's part of a cable TV data system). The sub-units don't have IP addresses but their parameters can be monitored via the master units using SNMP. The data is accessed in a very strange way by using an SNMP Set command to send the MAC address of the sub-unit; the parameter values for that sub-unit can then be accessed. I don't think Zabbix can do SNMP Set commands but I would like to be wrong.
I can write a shell script to get the data using the MAC address as a parameter but I think this will cause problems. There has to be a way to make sure that Zabbix doesn't run more than one instance of the script or the data could be assigned to the wrong device.
Even if I can do this, I'm not sure how to pass the parameters back to Zabbix - is there a defined format somewhere? XML, JSON etc.?
Bill.
We have a couple of devices in our system that control other sub-devices (it's part of a cable TV data system). The sub-units don't have IP addresses but their parameters can be monitored via the master units using SNMP. The data is accessed in a very strange way by using an SNMP Set command to send the MAC address of the sub-unit; the parameter values for that sub-unit can then be accessed. I don't think Zabbix can do SNMP Set commands but I would like to be wrong.
I can write a shell script to get the data using the MAC address as a parameter but I think this will cause problems. There has to be a way to make sure that Zabbix doesn't run more than one instance of the script or the data could be assigned to the wrong device.
Even if I can do this, I'm not sure how to pass the parameters back to Zabbix - is there a defined format somewhere? XML, JSON etc.?
Bill.
Comment