func (n *NginxPlus) addHTTPServerZoneCharts(zone string) {
    charts := httpServerZoneChartsTmpl.Copy()

    for _, chart := range *charts {
        chart.ID = fmt.Sprintf(chart.ID, zone)