prome
This commit is contained in:
@@ -76,7 +76,7 @@ for ((i = 0; i < ${#service_filename[*]}; i++)); do
|
|||||||
list_to_string ${portList}
|
list_to_string ${portList}
|
||||||
service_ports=($ports_array)
|
service_ports=($ports_array)
|
||||||
|
|
||||||
portList2=$(cat $config_path | grep pushPrometheusPort | awk -F '[:]' '{print $NF}')
|
portList2=$(cat $config_path | grep ${service_prometheus_port_name[$i]} | awk -F '[:]' '{print $NF}')
|
||||||
list_to_string $portList2
|
list_to_string $portList2
|
||||||
prome_ports=($ports_array)
|
prome_ports=($ports_array)
|
||||||
#Start related rpc services based on the number of ports
|
#Start related rpc services based on the number of ports
|
||||||
|
|||||||
Reference in New Issue
Block a user