Nacos_check icon indicating copy to clipboard operation
Nacos_check copied to clipboard

Nacos运维工具,快速查找注册服务,查看Nacos集群状态,导出json,Prometheus自动发现http_sd file_sd支持,Nacos注册支持

Results 3 Nacos_check issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/typ431127/Nacos_check/assets/31337851/43a47289-60bd-428f-9442-cfab16370c39) ![image](https://github.com/typ431127/Nacos_check/assets/31337851/9e2fbdad-9585-4de4-b27c-1d02da173629)

runtime error: invalid memory address or nil pointer dereference

老兄,这工具挺不错的。在使用中遇到这2个问题。 1. -f 不支持多组模糊查询 ,如: ./nacos_check web --url http://10.0.5.157:8848 -f service,domain,gateway 2. 不支持指定namespaceid查询,主要因为我们的nacos 有namespace隔离,所以就会出现多个的情况,但真实网络却是隔离的,所以需要指定一个命名空间查询,并生成json,或web 如: ./nacos_check web --url http://10.0.5.157:8848 -a "3b19f3ca-6f5f-4d96-b7ff-a9116fa06f63" -b “DEMO环境” ```go func (d *Nacos) GetNameSpace() { if...