Project

General

Profile

action #159654

Updated by jbaier_cz 23 days ago

## Motivation 

 Apache in prefork mode uses a lot of resources to provide mediocre performance. We have nginx on OSD deployed with #159651. Now let's make sure we have it properly monitored as the web proxy is critical for the overall performance and user experience 

 ## Acceptance criteria 
 * **AC1:** Nginx on OSD is properly monitored in grafana 
 * **AC2:** No alerts about apache being down 

 ## Suggestions 
 * Follow #159651 for the actual nginx deployment 
 * Add changes to salt-states-openqa including monitoring: we have multiple panels regarding apache that need to be adapted for nginx as applicable 
 * Ensure that we have no alerts regarding "oh no, apache is down" ;) 

 ## Out of scope 
 * No need for any additional metrics, just feature-parity with what we have regarding apache, e.g. response sizes, response codes, response times

Back