Project

General

Profile

action #113746

Updated by livdywan over 1 year ago

## Observation 
 For example currently https://monitor.qa.suse.de/d/WDopenqaworker10/worker-dashboard-openqaworker10?orgId=1&refresh=1m&viewPanel=65099&from=now-90d&to=now currently shows a list of hosts, e.g. dist.suse.de, download.opensuse.org, etc., but not scc.suse.com from  
 the list https://gitlab.suse.de/openqa/salt-pillars-openqa/-/blob/master/openqa/workerconf.sls#L18: 

 ``` 
  required_external_networks: 
   - dist.suse.de 
   - s390zp11.suse.de 
   - s390zp14.suse.de 
   - s390zp15.suse.de 
   - s390zp17.suse.de 
   - s390zp18.suse.de 
   - s390zp19.suse.de 
   - download.opensuse.org 
   - proxy.scc.suse.de 
   - qanet.qa.suse.de 
   - scc.suse.com 
 ``` 

 ## Acceptance criteria 
 * **AC1:** All hosts from "required_external_networks" are shown in the monitoring panel 
 * **AC2:** Alerts are triggered for unavailable hosts 

 ## Suggestions 
 - Drop scc.suse.com since it can't be pinged 
 - Add another *boolean* panel for hosts being unreachable. Since otherwise we get no alerts for no data i.e. no ping at all

Back