I have Zabbix 7.0 and I'm using this template: https://www.zabbix.com/integrations/oracle to monitor Oracle databases using Zabbix Agent 2 (active mode).
On my server, I have multiple instances, such as TEST and DEV. Is it possible to monitor them using this template? I want to avoid installing a second agent.
On my server, I have multiple instances, such as TEST and DEV. Is it possible to monitor them using this template? I want to avoid installing a second agent.
So sometimes you may need to tweak them.. I have never used that Oracle template myself.. but you could recreate it with a discovery of DB-s in some form, which then creates all those items, what are present in OOB templates from prototypes, by adding connection string to parameters... That would of course require something, that updates agent config also... So maybe you can configure that first and your discovery can pick up the config file, extract session names from it and then you are good to go ..
Comment