|
|
|
@ -62,11 +62,11 @@ def redis_config(region_list,cm_exporter,services_list,exporter):
|
|
|
|
|
target_label: exp |
|
|
|
|
""" |
|
|
|
|
if not services_list: |
|
|
|
|
return {'code': 20000,'configs': '请选择需要Prometheus从Conusl自动发现的MySQL组' } |
|
|
|
|
return {'code': 20000,'configs': '请选择需要Prometheus从Conusl自动发现的REDIS组' } |
|
|
|
|
if services_list and exporter == '': |
|
|
|
|
return {'code': 20000,'configs': '您已经选择了需要Prometheus从Conusl自动发现MySQL组,\n请输入Redis_Exporter的地址和端口,例如:10.0.0.26:9121' } |
|
|
|
|
return {'code': 20000,'configs': '您已经选择了需要Prometheus从Conusl自动发现REDIS组,\n请输入Redis_Exporter的地址和端口,例如:10.0.0.26:9121' } |
|
|
|
|
if region_list and cm_exporter == '': |
|
|
|
|
return {'code': 20000,'configs': '您已经选择了需要从云监控采集基础指标(CPU、内存、磁盘、IO)的MySQL组,\n请输入ConsulManager地址和端口,例如:10.0.0.26:1026' } |
|
|
|
|
return {'code': 20000,'configs': '您已经选择了需要从云监控采集基础指标(CPU、内存、云资源使用率)的REDIS组,\n请输入ConsulManager地址和端口,例如:10.0.0.26:1026' } |
|
|
|
|
|
|
|
|
|
if region_list: |
|
|
|
|
return {'code': 20000,'configs': exporter_config + configs } |
|
|
|
|