Hi, I'm trying to set up a monitoring solution for my company, and our situation is a bit atypical. We have a great deal of RF equipment, that communicates directly with a centralized Network Management Server. This server stores information about the equipment it manages, and allows us to poll that information via SNMP. Now, each device has a unique identifier that acts as the key for each table of information in the SNMP OID.
For example, the OID I need to get to could be .1.3.6.1.4.1.x.1.1.1.1.1.(Unique Identifier)
Then, I also might need .1.3.6.1.4.1.x.1.1.1.1.2.(Same Unique Identifier) per device, so on and so forth. I have about 10 OID's to poll for, for about 1000 devices.... I am able to poll for that information in zabbix just fine on an individual "host" basis. But I need to configure each item individually per "host". Zabbix will be polling the server for each "host" so, in reality, they are sort of pseudo-hosts, and the only thing different between them would be the name, and the unique Identifier in the OID.
What I would like to do, is make a template that would read, say, the "Tag" field of a host profile, and insert that into the OID. That way, I could simply add hosts, set the Unique Identifier in the Tag field, and apply the template. My end goal is to automate the adding and removing of hosts based on the mysql database on the NMS, and so I'm trying to get as much of this scripted as possible.
Any help is much appreciated.
For example, the OID I need to get to could be .1.3.6.1.4.1.x.1.1.1.1.1.(Unique Identifier)
Then, I also might need .1.3.6.1.4.1.x.1.1.1.1.2.(Same Unique Identifier) per device, so on and so forth. I have about 10 OID's to poll for, for about 1000 devices.... I am able to poll for that information in zabbix just fine on an individual "host" basis. But I need to configure each item individually per "host". Zabbix will be polling the server for each "host" so, in reality, they are sort of pseudo-hosts, and the only thing different between them would be the name, and the unique Identifier in the OID.
What I would like to do, is make a template that would read, say, the "Tag" field of a host profile, and insert that into the OID. That way, I could simply add hosts, set the Unique Identifier in the Tag field, and apply the template. My end goal is to automate the adding and removing of hosts based on the mysql database on the NMS, and so I'm trying to get as much of this scripted as possible.
Any help is much appreciated.
Comment