Project

General

Profile

action #135191

Updated by okurz 8 months ago

## Motivation 
 The openQA webUI VM for o3 was moved to PRG2 but for zabbix we still use an "over old-ariel" connection. We should use a direct zabbix connection 

 ## Acceptance criteria 
 * **AC1:** o3 can monitor without relying on old-ariel 

 ## Suggestions 
 * Look into zabbix config https://zabbix.nue.suse.com/zabbix.php?action=host.edit&hostid=10923 
 * Try to find a zabbix proxy in the new prg2 based o3 network, maybe it already exists. Or ask Eng-Infra for help 
 * Reconfigure what was done for new o3 to talk to the local zabbix proxy instead of over the tunnel 
   Take a look into 

 ``` 
 # grep -v '^#' /etc/zabbix/zabbix_agentd.conf | grep Server 
 Server=172.17.0.1 
 ServerActive=zabbix-proxy-opensuse 
 ```

Back