Project

General

Profile

action #153418

Updated by mkittler 4 months ago

## Motivation 
 See #152857-18 

 ## Acceptance criteria 
 * **AC1:** There is an alert about proxy SCC http responsiveness 

 ## Suggestions 
 * Implement it similarly to existing HTTP-based checks 
 * Allow defining a generic list in pillars like we have for hosts that we want to ping, see https://gitlab.suse.de/openqa/salt-pillars-openqa/-/blob/master/openqa/workerconf.sls#L14 
 * In monitoring/telegraf/telegraf-worker.conf copy the jinja for loop for "required_external_networks" to the equivalent for http_response checks 
 * Add the according data in telegraf, have that merged, wait for data to appear, then crosscheck in grafana for the data 
 * Add an according panel like next to the "packet loss" thingy, see https://monitor.qa.suse.de/d/EML0bpuGk/monitoring?orgId=1&editPanel=4 
 * Add an according alert

Back