Feng_Qi
|
acaa88f1a9
|
add ping/net_response/http_response support (#594)
* fix port check and push debug log
1:如果服务没有监听在 0.0.0.0 上,而是监听在特定地址上的话,在 127.0.0.1 上无法检测到端口。修改为如果 127.0.0.1 检测不到话,在 identity 的地址上再检测一次。
2. http push 部分缺乏 debug 日志,把 debug log 改到 push 里面以补全。
* Update cron.go
* notify add resource name and note
* Update notify.go
* Update notify.go
修复一个当 name/note 为空值且 resource 只有一台时, 由于被 config.Set 清空
因此获取下标 index out of range 导致 panic 的 bug
* add ping, net_response, http_response plugin
增加
ping
net_response
http_response
的插件支持
* Update all.go
* add example config yml
* Update notify.go
|
4 years ago |