Hello!
I have to monitor a software (possibly with Zabbix) that runs on many hosts. The hosts are dynamically added and removed to the software, maybe one or two are known at startup, but the rest is not. My original idea was to put a small SNMP agent on all hosts running the software, configure that agent to provide the required data, but it's not feasible to add/remove the hosts from Zabbix. My next idea is to have an "agent" host that collects the required data (it would know about the added/removed nodes). Then run an SNMP agent on this host, provide an SNMP table with one row of data for each host running the software, indexed by some unique host id. Can Zabbix automatically detect the changes in the rows in an SNMP table? Is this approach sane, can it work? I have no prior experience with Zabbix, but have some experience with SNMP. I'm reading the configuration, but couldn't achieve this yet. I also looked into zabbix_agent and I see that it can be extended with modules. Would using a zabbix_agent Instead of an SNMP agent provide this feature?
I have to monitor a software (possibly with Zabbix) that runs on many hosts. The hosts are dynamically added and removed to the software, maybe one or two are known at startup, but the rest is not. My original idea was to put a small SNMP agent on all hosts running the software, configure that agent to provide the required data, but it's not feasible to add/remove the hosts from Zabbix. My next idea is to have an "agent" host that collects the required data (it would know about the added/removed nodes). Then run an SNMP agent on this host, provide an SNMP table with one row of data for each host running the software, indexed by some unique host id. Can Zabbix automatically detect the changes in the rows in an SNMP table? Is this approach sane, can it work? I have no prior experience with Zabbix, but have some experience with SNMP. I'm reading the configuration, but couldn't achieve this yet. I also looked into zabbix_agent and I see that it can be extended with modules. Would using a zabbix_agent Instead of an SNMP agent provide this feature?
Comment